From 7524ed6d03e34a6c55b44814be6d3d8d0ef609fa Mon Sep 17 00:00:00 2001 From: David Nind Date: Sat, 28 May 2022 18:55:59 +0000 Subject: [PATCH] Bug 30772: (follow-up) Age restriction message Improve age restriction message. Signed-off-by: David Nind Signed-off-by: Victor Grousset/tuxayo --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt index 9ba289bc16..27b294fac2 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt @@ -197,7 +197,7 @@ [% UNLESS ( bibitemloo.holdable ) %] [% IF ( bibitemloo.ageRestricted ) %] -
Sorry, you are too young to hold this material.
+
Sorry, you are too young to place a hold for this item.
[% END %] [% IF ( bibitemloo.already_reserved ) %]
You have already requested this title.
-- 2.36.1