Bugzilla – Attachment 126551 Details for
Bug 28867
Use Bootstrap button menu and modal for adding patrons to lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28867: (follow-up) Make error message translatable
Bug-28867-follow-up-Make-error-message-translatabl.patch (text/plain), 1003 bytes, created by
Katrin Fischer
on 2021-10-19 21:22:01 UTC
(
hide
)
Description:
Bug 28867: (follow-up) Make error message translatable
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-10-19 21:22:01 UTC
Size:
1003 bytes
patch
obsolete
>From 7d0408293d3539b5977dc665da4e75f6dea99bb1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Oct 2021 11:08:36 +0000 >Subject: [PATCH] Bug 28867: (follow-up) Make error message translatable > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index 82089d992a..f1a6669e6f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -525,7 +525,7 @@ > } > }, > error: function() { >- alert("an error occurred"); >+ alert( _("An error occurred. Patron list could not be updated.") ); > } > }); > return true; >-- >2.11.0
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 28867
:
123858
|
123859
|
125822
|
126445
|
126452
|
126482
|
126550
| 126551