Skip to content

Commit 1107dd3

Browse files
andrijapanicsbdhslove
authored andcommitted
Rename "Import QCOW...." to "Import QCOW2....." (apache#8519)
Minor UI updates, renaming "Import QCOW...." to "Import QCOW2....."
1 parent 19501f2 commit 1107dd3

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

ui/public/locales/en.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,9 @@
696696
"label.deploymentplanner": "Deployment planner",
697697
"label.desc.db.stats": "Database Statistics",
698698
"label.desc.importexportinstancewizard": "Import and export Instances to/from an existing VMware or KVM cluster.",
699-
"label.desc.import.ext.kvm.wizard": "Import libvirt domain from KVM Host",
700-
"label.desc.import.local.kvm.wizard": "Import QCOW image from Local Storage",
701-
"label.desc.import.shared.kvm.wizard": "Import QCOW image from Shared Storage",
699+
"label.desc.import.ext.kvm.wizard": "Import Instance from remote KVM host",
700+
"label.desc.import.local.kvm.wizard": "Import QCOW2 image from Local Storage",
701+
"label.desc.import.shared.kvm.wizard": "Import QCOW2 image from Shared Storage",
702702
"label.desc.ingesttinstancewizard": "Ingest instances from an external KVM host",
703703
"label.desc.importmigratefromvmwarewizard": "Import instances from VMware into a KVM cluster",
704704
"label.desc.usage.stats": "Usage Server Statistics",

ui/src/views/tools/ManageInstances.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ export default {
567567
},
568568
{
569569
name: 'external',
570-
label: 'Import libvirt domain from KVM Host',
570+
label: 'Import Instance from remote KVM host',
571571
sourceDestHypervisors: {
572572
kvm: 'kvm'
573573
},
@@ -576,7 +576,7 @@ export default {
576576
},
577577
{
578578
name: 'local',
579-
label: 'Import QCOW image from Local Storage',
579+
label: 'Import QCOW2 image from Local Storage',
580580
sourceDestHypervisors: {
581581
kvm: 'kvm'
582582
},
@@ -585,7 +585,7 @@ export default {
585585
},
586586
{
587587
name: 'shared',
588-
label: 'Import QCOW image from Shared Storage',
588+
label: 'Import QCOW2 image from Shared Storage',
589589
sourceDestHypervisors: {
590590
kvm: 'kvm'
591591
},

0 commit comments

Comments
 (0)