infra: zone wizard primary storage label (#283)

Fixes #281

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Abhishek Kumar 2020-04-14 22:42:02 +05:30 committed by Rohit Yadav
parent 046449d2aa
commit bbe01c933c
2 changed files with 2 additions and 1 deletions

View File

@ -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"
}

View File

@ -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',