mirror of https://github.com/apache/cloudstack.git
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:
parent
046449d2aa
commit
bbe01c933c
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue