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;