Fixed 'label.path' being displayed in zone wizard

CLOUDSTACK-6372
This commit is contained in:
Chris Suich 2014-04-12 10:58:01 -04:00
parent bd3fbc5dc0
commit 8bca77580a
1 changed files with 1 additions and 1 deletions

View File

@ -1569,7 +1569,7 @@
var protocol = $(this).val();
$form.find('[rel=path]').find(".name").find("label").html('<span class=\"field-required\">*</span>"label.path":');
$form.find('[rel=path]').find(".name").find("label").html('<span class=\"field-required\">*</span>' + _l('label.path') + ':');
if (protocol == null)
return;