From 63b61e34b3d2dfc9bbdb1c7470864a84766d8f84 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 Signed-off-by: Katrin Fischer --- 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 768f824429..6dbf3f4df5 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.39.5