From 3562bdfe1098c394d95d05fcee37480dd2b6d4a8 Mon Sep 17 00:00:00 2001 From: David Nind Date: Sat, 18 Sep 2021 21:57:41 +0000 Subject: [PATCH] Bug 28438: (follow-up) Capitalization: Various corrections One mdditional correction. Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- 2.20.1