You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2020/04/14 17:12:12 UTC

[cloudstack-primate] branch master updated: infra: zone wizard primary storage label (#283)

This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack-primate.git


The following commit(s) were added to refs/heads/master by this push:
     new bcf86f4  infra: zone wizard primary storage label (#283)
bcf86f4 is described below

commit bcf86f450d6aede6bad5d556a1cf81fe00ccfd2c
Author: Abhishek Kumar <ab...@gmail.com>
AuthorDate: Tue Apr 14 22:42:02 2020 +0530

    infra: zone wizard primary storage label (#283)
    
    Fixes #281
    
    Signed-off-by: Abhishek Kumar <ab...@gmail.com>
---
 src/locales/en.json                             | 1 +
 src/views/infra/zone/ZoneWizardAddResources.vue | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/locales/en.json b/src/locales/en.json
index 15e45c4..3dea922 100644
--- a/src/locales/en.json
+++ b/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/src/views/infra/zone/ZoneWizardAddResources.vue b/src/views/infra/zone/ZoneWizardAddResources.vue
index 5c535db..117c379 100644
--- a/src/views/infra/zone/ZoneWizardAddResources.vue
+++ b/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',