Skip to content

Commit e0fe1c7

Browse files
committed
rename Autofill vCenter credentials to Autofill vCenter credentials from Zone
1 parent c2174f4 commit e0fe1c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
"label.attaching": "Attaching",
403403
"label.authentication.method": "Authentication Method",
404404
"label.authentication.sshkey": "System SSH Key",
405-
"label.autofill.vcenter.credentials": "Autofill vCenter credentials",
405+
"label.autofill.vcenter.credentials.from.zone": "Autofill vCenter credentials from Zone",
406406
"label.autoscale": "AutoScale",
407407
"label.autoscalevmgroupname": "AutoScaling Group",
408408
"label.author.email": "Author e-mail",

ui/src/views/infra/ClusterAdd.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
</div>
115115

116116
<div class="form__item" name="useDefaultVMwareCred">
117-
<div class="form__label">{{ $t('label.autofill.vcenter.credentials') }}</div>
117+
<div class="form__label">{{ $t('label.autofill.vcenter.credentials.from.zone') }}</div>
118118
<a-switch v-model="useDefaultVMwareCred" :checked="useDefaultVMwareCred" @change="onChangeUseDefaultVMwareCred()" />
119119
</div>
120120

0 commit comments

Comments
 (0)