@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ a/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 %] --