From 34e26ec255d4efbf9b1dc2835e3267a31ffd23e4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 10 Aug 2021 15:21:18 +0200 Subject: [PATCH] Bug 28779: (QA follow-up) Even more specific message For the detail page, the MARC view etc. we use the text: The record you requested does not exist (488). I think this is better than "not found", because that sounds like it might be an issue with the search index, which we can rule out in this case. Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index 513b903f5a..8d5839ed0a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -75,9 +75,9 @@ [% IF ( nobiblio ) %]
[%IF (multi_hold) %] - Cannot place hold: one or more records cannot be found. + Cannot place hold: one or more records don't exist. [% ELSE %] - Cannot place hold: this record cannot be found. + Cannot place hold: this record doesn't exist. [% END %]
[% END %] -- 2.11.0