Skip to content

Commit 83b847e

Browse files
committed
fixup in ui
1 parent 3d00943 commit 83b847e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ui/public/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,8 @@
31323132
"message.select.destination.image.stores": "Please select Image Store(s) to which data is to be migrated to",
31333133
"message.select.disk.offering": "Please select a disk offering for disk",
31343134
"message.select.end.date.and.time": "Select an end date & time.",
3135-
"message.select.kvm.host.instance.conversion": "(Optional) Select a KVM host in the cluster to perform the instance conversion through virt-v2v",
3135+
"message.select.kvm.host.instance.conversion": "(Optional) Select a KVM host in the zone to perform the instance conversion through virt-v2v",
3136+
"message.select.kvm.host.instance.import": "(Optional) Select a KVM host in the cluster to perform the importing of the converted instance",
31363137
"message.select.load.balancer.rule": "Please select a load balancer rule for your AutoScale Instance group.",
31373138
"message.select.migration.policy": "Please select a migration policy.",
31383139
"message.select.nic.network": "Please select a Network for NIC",

ui/src/views/tools/ImportUnmanagedInstance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
v-if="cluster.hypervisortype === 'KVM' && selectedVmwareVcenter"
171171
:resourceKey="cluster.id"
172172
:selectOptions="kvmHostsForImporting"
173-
:checkBoxLabel="$t('message.select.kvm.host.instance.conversion')"
173+
:checkBoxLabel="$t('message.select.kvm.host.instance.import')"
174174
:defaultCheckBoxValue="false"
175175
:reversed="false"
176176
@handle-checkselectpair-change="updateSelectedKvmHostForImporting"

0 commit comments

Comments
 (0)