diff --git a/ui/dictionary2.jsp b/ui/dictionary2.jsp
index 26cebf178ddd..d2bb68316757 100644
--- a/ui/dictionary2.jsp
+++ b/ui/dictionary2.jsp
@@ -1098,6 +1098,7 @@ under the License.
'label.remove.this.physical.network': '',
'label.physical.network.name': '',
'label.save.changes': '',
+'label.launch.zone': '',
'label.autoscale.configuration.wizard': '',
'label.health.check.wizard': '',
'label.health.check.message.desc': '',
diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js
index 0e2dbe2565d7..f8e8e204ec94 100644
--- a/ui/scripts/ui-custom/zoneWizard.js
+++ b/ui/scripts/ui-custom/zoneWizard.js
@@ -1211,7 +1211,7 @@
// Show launch button if last step
if ($targetStep.index() == $steps.size() - 1 || options.nextStep) {
- $nextButton.find('span').html(options.nextStep ? _('label.save.changes') : _('label.launch.zone'));
+ $nextButton.find('span').html(options.nextStep ? _l('label.save.changes') : _l('label.launch.zone'));
$nextButton.addClass('final');
if (options.nextStep) {