We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14002f commit fa90e52Copy full SHA for fa90e52
ui/src/views/dashboard/CapacityDashboard.vue
@@ -175,8 +175,8 @@
175
<div class="center">
176
<h3><cloud-outlined /> {{ $t('label.compute') }}</h3>
177
<a-switch
178
- :checked-children="$t('label.allocated') + ' Capacity'"
179
- :un-checked-children="$t('label.used') + ' Capacity'"
+ :checked-children="$t('label.allocated') + ' ' + $t('label.capacity')"
+ :un-checked-children="$t('label.used') + ' ' + $t('label.capacity')"
180
v-model:checked="this.displayAllocatedCompute"
181
@change="val => { this.displayAllocatedCompute = val }"
182
/>
0 commit comments