From 8bca77580a431dabf4da893a2750c9f3e951e7c2 Mon Sep 17 00:00:00 2001 From: Chris Suich Date: Sat, 12 Apr 2014 10:58:01 -0400 Subject: [PATCH] Fixed 'label.path' being displayed in zone wizard CLOUDSTACK-6372 --- ui/scripts/zoneWizard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index ab01c40be40..0a84bdb9bc8 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -1569,7 +1569,7 @@ var protocol = $(this).val(); - $form.find('[rel=path]').find(".name").find("label").html('*"label.path":'); + $form.find('[rel=path]').find(".name").find("label").html('*' + _l('label.path') + ':'); if (protocol == null) return;