Bugzilla – Attachment 163425 Details for
Bug 36358
Typo in errorpage.tt: requets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36358: Fix typo in errorpage.tt: requets
Bug-36358-Fix-typo-in-errorpagett-requets.patch (text/plain), 1.47 KB, created by
Jonathan Druart
on 2024-03-19 12:54:58 UTC
(
hide
)
Description:
Bug 36358: Fix typo in errorpage.tt: requets
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-03-19 12:54:58 UTC
Size:
1.47 KB
patch
obsolete
>From 5e4094ac5d35e8a1eb21449cf14cd6bfbca8e45f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > 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 @@ > <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> >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36358
:
163424
| 163425