Fix elevated string on web ui

This commit is contained in:
Yukino Song
2024-08-05 21:21:15 +08:00
parent ef3dc6464c
commit f757705535

View File

@@ -110,7 +110,7 @@ function removeCmd(index) {
<div class="form-check">
<input type="checkbox" class="form-check-input" :id="'prep-cmd-admin-' + i" v-model="c.elevated"
true-value="true" false-value="false" />
<label :for="'prep-cmd-admin-' + i" class="form-check-label">{{ $t('config.elevated') }}</label>
<label :for="'prep-cmd-admin-' + i" class="form-check-label">{{ $t('_common.elevated') }}</label>
</div>
</td>
<td>