Bugzilla – Attachment 140195 Details for
Bug 31488
Rephrase "You have checked out too many items" to be friendlier
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31488: Update Max checkout text
Bug-31488-Update-Max-checkout-text.patch (text/plain), 1.67 KB, created by
Nick Clemens (kidclamp)
on 2022-09-03 09:43:18 UTC
(
hide
)
Description:
Bug 31488: Update Max checkout text
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-09-03 09:43:18 UTC
Size:
1.67 KB
patch
obsolete
>From add21c3d8a8f15518456421390c103519afd2883 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 1 Sep 2022 10:44:37 +0100 >Subject: [PATCH] Bug 31488: Update Max checkout text > >This changes text from "you have checked out too many items" to >"You have reached the maximum limit of items checked out". > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >index 7feec7e2fc..d25f0eb645 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt >@@ -61,7 +61,7 @@ > [% IF ( circ_error_UNKNOWN_BARCODE ) %] > <span id="ce_unknown_barcode">The system does not recognize this barcode.</span> > [% ELSIF ( circ_error_max_loans_allowed ) %] >- <span id="ce_max_loans_allowed">You have checked out too many items and can't check out any more.</span> >+ <span id="ce_max_loans_allowed">You have reached the maximum limit of items checked out.</span> > [% ELSIF ( circ_error_ISSUED_TO_ANOTHER ) %] > <span id="ce_issued_to_another">This item is checked out to someone else.</span> > [% ELSIF ( circ_error_NO_MORE_RENEWALS ) %] >-- >2.30.2
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 31488
:
140033
|
140149
| 140195