Bugzilla – Attachment 137403 Details for
Bug 29050
Add punctuation in Unseen Renewals message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29050: (follow-up) Replace & with and
Bug-29050-follow-up-Replace--with-and.patch (text/plain), 1.38 KB, created by
David Nind
on 2022-07-08 11:13:49 UTC
(
hide
)
Description:
Bug 29050: (follow-up) Replace & with and
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-07-08 11:13:49 UTC
Size:
1.38 KB
patch
obsolete
>From 2a6ecda81d80e4774dc82dcc40ad76ae367e85ab Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Fri, 8 Jul 2022 11:10:34 +0000 >Subject: [PATCH] Bug 29050: (follow-up) Replace & with and > >See the terminology list https://wiki.koha-community.org/wiki/Terminology > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index a40190e49e..e35d377a58 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -590,7 +590,7 @@ $(document).ready(function() { > content += "<span class='renewals-info'>("; > content += __("%s of %s renewals remaining").format(oObj.renewals_remaining, oObj.renewals_allowed); > if (UnseenRenewals && oObj.unseen_allowed) { >- content += __(" & %s of %s unseen renewals remaining").format(oObj.unseen_remaining, oObj.unseen_allowed); >+ content += __(" and %s of %s unseen renewals remaining").format(oObj.unseen_remaining, oObj.unseen_allowed); > } > content += ")</span>"; > } >-- >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 29050
:
137348
|
137350
|
137385
| 137403