diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index 7b039ecdd94..48dc6d40942 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -1166,7 +1166,7 @@ "label.maxvpc": "Max. VPCs", "label.may.continue": "You may now continue.", "label.memallocated": "Mem Allocation", -"label.memory": "Memory (in MB)", +"label.memory": "Memory", "label.memory.maximum.mb": "Max Memory (in MB)", "label.memory.total": "Memory Total", "label.memory.used": "Memory Used", diff --git a/ui/src/views/dashboard/CapacityDashboard.vue b/ui/src/views/dashboard/CapacityDashboard.vue index 8e1c97f7498..3057569874a 100644 --- a/ui/src/views/dashboard/CapacityDashboard.vue +++ b/ui/src/views/dashboard/CapacityDashboard.vue @@ -54,7 +54,7 @@ :key="stat.type">
-

{{ $t(stat.name) }}

+

{{ $t(ts[stat.name]) }}

= 1024.0) { value = parseFloat(value / 1024.0).toFixed(2) + ' TB' diff --git a/ui/src/views/infra/zone/ZoneWizardZoneDetailsStep.vue b/ui/src/views/infra/zone/ZoneWizardZoneDetailsStep.vue index 5baf1c0e082..5775cdfd217 100644 --- a/ui/src/views/infra/zone/ZoneWizardZoneDetailsStep.vue +++ b/ui/src/views/infra/zone/ZoneWizardZoneDetailsStep.vue @@ -136,27 +136,27 @@ }]" /> - - - + + +