@@ -, +, @@ verify that there is no error message and verify that there is no error message --- misc/translator/LangInstaller.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/misc/translator/LangInstaller.pm +++ a/misc/translator/LangInstaller.pm @@ -701,8 +701,8 @@ sub extract_messages { } my @js_dirs = ( - "$intranetdir/koha-tmpl/intranet-tmpl/prog/js", - "$intranetdir/koha-tmpl/opac-tmpl/bootstrap/js", + "$intrahtdocs/prog/js", + "$opachtdocs/bootstrap/js", ); my @js_files; --