Skip to content

Commit fa90e52

Browse files
committed
Internationalize capacity text
1 parent d14002f commit fa90e52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/views/dashboard/CapacityDashboard.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
175175
<div class="center">
176176
<h3><cloud-outlined /> {{ $t('label.compute') }}</h3>
177177
<a-switch
178-
:checked-children="$t('label.allocated') + ' Capacity'"
179-
:un-checked-children="$t('label.used') + ' Capacity'"
178+
:checked-children="$t('label.allocated') + ' ' + $t('label.capacity')"
179+
:un-checked-children="$t('label.used') + ' ' + $t('label.capacity')"
180180
v-model:checked="this.displayAllocatedCompute"
181181
@change="val => { this.displayAllocatedCompute = val }"
182182
/>

0 commit comments

Comments
 (0)