Skip to content

Commit bbe01c9

Browse files
shwstpprrohityadavcloud
authored andcommitted
infra: zone wizard primary storage label (#283)
Fixes #281 Signed-off-by: Abhishek Kumar <[email protected]> Signed-off-by: Rohit Yadav <[email protected]>
1 parent 046449d commit bbe01c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/src/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,5 +1261,6 @@
12611261
"label.launch.zone": "Launch Zone",
12621262
"label.done": "Done",
12631263
"label.fix.errors": "Fix errors",
1264+
"label.zone": "Zone",
12641265
"error.something.went.wrong.please.correct.the.following": "Something went wrong; please correct the following"
12651266
}

ui/src/views/infra/zone/ZoneWizardAddResources.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ export default {
748748
if (['KVM', 'VMware', 'Hyperv'].includes(hypervisor)) {
749749
scope.push({
750750
id: 'zone',
751-
description: this.$t('label.zone.wide')
751+
description: this.$t('label.zone')
752752
})
753753
scope.push({
754754
id: 'cluster',

0 commit comments

Comments
 (0)