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 3854e5b106
commit 418b27576d
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;