Bug 36358: Fix typo in errorpage.tt: requets

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Tomás Cohen Arazi 2024-03-19 09:38:47 -03:00 committed by Katrin Fischer
parent 5f7a9db936
commit 63b61e34b3
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -52,7 +52,7 @@
<li>The form submission failed (Wrong CSRF token). Try to come back, refresh the page, then try again.</li>
[% ELSE %]
[%# Programming errors, we do not want to display them at the OPAC %]
<li>An unexpected error occurred while processing your requets.</li>
<li>An unexpected error occurred while processing your request.</li>
[% END %]
[% ELSE %]
<li>You are forbidden to view this page.</li>