@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt @@ -4,15 +4,15 @@ [%# Helper template functions %] [% BLOCK error_message %] [% IF messages.BadBarcode %] - (Barcode not found on the database) - [% ELSIF messages.DataCorrupted %] - (Data corruption detected. Contact your librarian) + (Barcode not found on the database, please see library staff for assistance) [% ELSIF messages.Wrongbranch %] - (The item cannot be returned at this library) + (The item cannot be returned at this library, please see library staff for assistance) [% ELSIF messages.withdrawn %] - (Item is withdrawn and check-in blocked by policy. Contact your librarian) + (Item is withdrawn and check-in blocked by policy, please see library staff for assistance) [% ELSIF messages.NotIssued %] - (The book is not currently on loan. Contact your librarian) + (The book is not currently on loan, please see library staff for assistance) + [% ELSE %] + (There was a problem returning this item, please see library staff for assistance) [% END %] [% END %] --