Bug 35969: (follow-up) Improve wording

As suggested by David Nind. Thanks!

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit b4ce5051c1)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit c46d122fc1)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
Marcel de Rooy 2024-02-07 13:53:20 +00:00 committed by Lucas Gass
parent 2d11da8436
commit 292510f006

View file

@ -23,9 +23,9 @@
[% IF ( error ) %]
<div class="alert alert-warning">
[% IF error == 'NO_BODY' %]
<p>There was an error sending the cart: No valid biblio records found.</p>
<p>There was an error sending the cart: No valid records were found.</p>
[% ELSIF error == 'NO_REPLY_ADDRESS' %]
<p>Since we do not have your email address, we cannot send a mail. We need your email address as reply-to address.</p>
<p>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).</p>
[% ELSE %]
<p>There was an error sending the cart.</p>
[% END %]