From bbe01c933c17ca46ef418a8835c4e268246eb895 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Tue, 14 Apr 2020 22:42:02 +0530 Subject: [PATCH] infra: zone wizard primary storage label (#283) Fixes #281 Signed-off-by: Abhishek Kumar Signed-off-by: Rohit Yadav --- ui/src/locales/en.json | 1 + ui/src/views/infra/zone/ZoneWizardAddResources.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/locales/en.json b/ui/src/locales/en.json index 15e45c4d03a..3dea922da92 100644 --- a/ui/src/locales/en.json +++ b/ui/src/locales/en.json @@ -1261,5 +1261,6 @@ "label.launch.zone": "Launch Zone", "label.done": "Done", "label.fix.errors": "Fix errors", +"label.zone": "Zone", "error.something.went.wrong.please.correct.the.following": "Something went wrong; please correct the following" } diff --git a/ui/src/views/infra/zone/ZoneWizardAddResources.vue b/ui/src/views/infra/zone/ZoneWizardAddResources.vue index 5c535dbbaa7..117c3792641 100644 --- a/ui/src/views/infra/zone/ZoneWizardAddResources.vue +++ b/ui/src/views/infra/zone/ZoneWizardAddResources.vue @@ -748,7 +748,7 @@ export default { if (['KVM', 'VMware', 'Hyperv'].includes(hypervisor)) { scope.push({ id: 'zone', - description: this.$t('label.zone.wide') + description: this.$t('label.zone') }) scope.push({ id: 'cluster',