Bugzilla – Attachment 150668 Details for
Bug 33302
Placing item level holds in OPAC allows to pick forbidden pick-up locations, but then places no hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33302: (QA follow-up) Rephrase errors to be more user friendly
Bug-33302-QA-follow-up-Rephrase-errors-to-be-more-.patch (text/plain), 3.90 KB, created by
Katrin Fischer
on 2023-05-04 14:00:48 UTC
(
hide
)
Description:
Bug 33302: (QA follow-up) Rephrase errors to be more user friendly
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-05-04 14:00:48 UTC
Size:
3.90 KB
patch
obsolete
>From 38a4add8a13dfa006c8708fd77fe06b024a0174a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Thu, 4 May 2023 13:59:03 +0000 >Subject: [PATCH] Bug 33302: (QA follow-up) Rephrase errors to be more user > friendly > >These error message will show within the patron account. The goal >of this patch is to make them a little more user friendly avoiding >'patron' and 'hold group' terminology :) > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >--- > .../bootstrap/en/modules/opac-user.tt | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 33f4400f34..b74623871e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -73,31 +73,31 @@ > <li> > [% SWITCH fail %] > [% CASE 'damaged' %] >- <span>Item damaged</span> >+ <span>Item is damaged</span> > [% CASE 'ageRestricted' %] >- <span>Age restricted</span> >+ <span>The record and its items are age restricted</span> > [% CASE 'tooManyHoldsForThisRecord' %] >- <span>Exceeded max holds per record</span> >+ <span>You have exceeded the number of concurrent holds for this record</span> > [% CASE 'tooManyReservesToday' %] >- <span>Daily hold limit reached for patron</span> >+ <span>You've reached your daily holds limit</span> > [% CASE 'tooManyReserves' %] >- <span>Too many holds</span> >+ <span>You have too many holds already</span> > [% CASE 'notReservable' %] > <span>Not holdable</span> > [% CASE 'cannotReserveFromOtherBranches' %] >- <span>Patron is from different library</span> >+ <span>You are from a different library</span> > [% CASE 'branchNotInHoldGroup' %] >- <span>Cannot place hold from patron's library</span> >+ <span>Holds are not allowed from your library</span> > [% CASE 'itemAlreadyOnHold' %] >- <span>Patron already has hold for this item</span> >+ <span>You already have a hold for this item</span> > [% CASE 'cannotBeTransferred' %] > <span>Cannot be transferred to pickup library</span> > [% CASE 'pickupNotInHoldGroup' %] >- <span>Only pickup locations within the same hold group are allowed</span> >+ <span>The chosen pickup location is not allowed</span> > [% CASE 'noReservesAllowed' %] > <span>No holds are allowed on this item</span> > [% CASE 'libraryNotPickupLocation' %] >- <span>Library is not a pickup location</span> >+ <span>Library is not a valid pickup location</span> > [% CASE 'no_valid_pickup_location' %] > <span>No valid pickup location</span> > [% CASE 'notforloan' %] >-- >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 33302
:
148813
|
148896
|
149123
|
150667
| 150668