diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt index d8287268c9..f2b3461ffb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt @@ -142,7 +142,7 @@ function fnErrorHandler(evt) { switch(evt.target.error.code) { case evt.target.error.NOT_FOUND_ERR: - alert(_("File not Found!")); + alert(_("File not found!")); break; case evt.target.error.NOT_READABLE_ERR: alert(_("File is not readable"));