From 5e4094ac5d35e8a1eb21449cf14cd6bfbca8e45f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 19 Mar 2024 09:38:47 -0300 Subject: [PATCH] Bug 36358: Fix typo in errorpage.tt: requets Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt index 768f8244291..6dbf3f4df5f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt @@ -52,7 +52,7 @@
  • The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.
  • [% ELSE %] [%# Programming errors, we do not want to display them at the OPAC %] -
  • An unexpected error occurred while processing your requets.
  • +
  • An unexpected error occurred while processing your request.
  • [% END %] [% ELSE %]
  • You are forbidden to view this page.
  • -- 2.34.1