From ddae00994002fa79c2f766ab714cc0b0d48f450a Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 4e599c790fa0a2e5909916b4f3335d2a7b2a20a9) Signed-off-by: Matt Blenkinsop --- .../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 adbb851dcd..22ce4ca580 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 @@
  • [% SWITCH fail %] [% CASE 'damaged' %] - Item damaged + Item is damaged [% CASE 'ageRestricted' %] - Age restricted + The record and its items are age restricted [% CASE 'tooManyHoldsForThisRecord' %] - Exceeded max holds per record + You have exceeded the number of concurrent holds for this record [% CASE 'tooManyReservesToday' %] - Daily hold limit reached for patron + You've reached your daily holds limit [% CASE 'tooManyReserves' %] - Too many holds + You have too many holds already [% CASE 'notReservable' %] Not holdable [% CASE 'cannotReserveFromOtherBranches' %] - Patron is from different library + You are from a different library [% CASE 'branchNotInHoldGroup' %] - Cannot place hold from patron's library + Holds are not allowed from your library [% CASE 'itemAlreadyOnHold' %] - Patron already has hold for this item + You already have a hold for this item [% CASE 'cannotBeTransferred' %] Cannot be transferred to pickup library [% CASE 'pickupNotInHoldGroup' %] - Only pickup locations within the same hold group are allowed + The chosen pickup location is not allowed [% CASE 'noReservesAllowed' %] No holds are allowed on this item [% CASE 'libraryNotPickupLocation' %] - Library is not a pickup location + Library is not a valid pickup location [% CASE 'no_valid_pickup_location' %] No valid pickup location [% CASE 'notforloan' %] -- 2.39.2