From 8a23d322811daf79825c01cc1ccb76d6cd10abff Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Sat, 24 Oct 2020 17:13:14 +0000 Subject: [PATCH] Bug 13701: Remove hardcoded "two weeks" text from list share confirmation Test plan: 1. Enable the OpacAllowSharingPrivateLists system preference 2. Create a private list and add items to it 3. In the OPAC click on the private list name and select 'Share list' 4. Input an email address and observe the text: "You will receive an email notification if someone accepts your share within two weeks." 5. Apply patch 6. Restart services 7. Repeat step 3 & 4 and observe the text now displays: "You will receive an email notification if someone accepts your share before it expires." Sponsored-By: Catalyst IT Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- 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 affe5a7513..b55f7364f7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt @@ -105,7 +105,7 @@

Something went wrong while processing the following addresses. Please check them. These are: [% failaddress | html %]

[% END %] [% IF approvedaddress %] -

You will receive an email notification if someone accepts your share within two weeks.

+

You will receive an email notification if someone accepts your share before it expires.

[% END %]

Return to your lists

-- 2.39.2