@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js +++ a/koha-tmpl/intranet-tmpl/prog/js/cataloging_additem.js @@ -134,7 +134,7 @@ $(document).ready(function(){ function CheckTemplateForm(f) { if ( $('#replace_template_id').val() == "0" && $('#template_name').val() == "" ) { - alert(MSG_TEMPLATE_NAME_REQUIRED); + alert(__("Template name is required.")); return false; } else { return true; --