From ee65b23e7b9cc0b2200f09233473ef94354cc94c Mon Sep 17 00:00:00 2001 From: nina martinez Date: Tue, 1 Jul 2025 10:15:54 +0200 Subject: [PATCH] Bug 40283: Share List page. Test plan: 1- Enable the system preference: OpacAllowSharingPrivateLists. 2- Try to share the private list and enter an incorrect email format, a message should appear: "Sorry, but you did not enter a valid email adress." Signed-off-by: Owen Leonard --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt index 9ef3bbe1ca8..71d1f463207 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt @@ -64,7 +64,7 @@
You cannot share a public list.
[% END %] [% IF errcode==6 %] -
Sorry, but you did not enter a valid email address.
+ [% END %] [% IF errcode==7 %]
Sorry, but we could not accept this key. The invitation may have expired. Contact the patron who sent you the invitation.
-- 2.39.5