Skip to content

Commit bf13ec8

Browse files
committed
Fix text
1 parent 9467063 commit bf13ec8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/src/views/dashboard/CapacityDashboard.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@
174174
<template #title>
175175
<div class="center">
176176
<h3><cloud-outlined /> {{ $t('label.compute') }}</h3>
177-
Display Allocated Capacity
178177
<a-switch
178+
:checked-children="$t('label.allocated') + ' Capacity'"
179+
:un-checked-children="$t('label.used') + ' Capacity'"
179180
v-model:checked="this.displayAllocatedCompute"
180181
@change="val => { this.displayAllocatedCompute = val }"
181182
/>

0 commit comments

Comments
 (0)