From f8bf4b61a8e8abdb4c2935bcf5e9c181d81acb66 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 7 Feb 2024 13:53:20 +0000 Subject: [PATCH] Bug 35969: (follow-up) Improve wording Content-Type: text/plain; charset=utf-8 As suggested by David Nind. Thanks! Signed-off-by: Marcel de Rooy --- .../opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt index 75ab018779..d287fc1e9c 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt @@ -23,9 +23,9 @@ [% IF ( error ) %]
[% IF error == 'NO_BODY' %] -

There was an error sending the cart: No valid biblio records found.

+

There was an error sending the cart: No valid records were found.

[% ELSIF error == 'NO_REPLY_ADDRESS' %] -

Since we do not have your email address, we cannot send a mail. We need your email address as reply-to address.

+

There was an error sending the cart: we cannot send an email as there is no email address recorded for your account (your email address is used for the reply to address).

[% ELSE %]

There was an error sending the cart.

[% END %] -- 2.30.2