From 764157869e483e9c1b4f10acbb1419914bd7cda6 Mon Sep 17 00:00:00 2001 From: Courtney Brown Date: Thu, 17 Jul 2025 23:37:43 +0000 Subject: [PATCH] Bug 39279: Update the wording for the overdue notice - branch to library This patch updates the terminology used in the overdue notice (ODUE) to change 'branch' to 'library'. Test plan: 1. Check the wording of the ODUE notice under Tools > Patrons and circulation > Notices and slips. 2. Note that it includes this wording that uses 'branch': "Please return or renew them at the branch below as soon as possible." 3. Apply the patch. 4. Check that the updated ODUE notice has changed 'branch' to 'library' by either: 4.1 Resetting everything: reset_all 4.2 Viewing the default notice - click "View default" when viewing the email notice The updated text is now: "Please return or renew your overdue items at the library as soon as possible." 5. Sign off. Signed-off-by: David Nind --- installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml index 3a102653101..7ea5ac9ea64 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -884,7 +884,7 @@ tables: - "Dear [% borrower.firstname %] [% borrower.surname %]," - "" - "According to our current records, you have items that are overdue." - - "Please return or renew them at the branch below as soon as possible." + - "Please return or renew your overdue items at the library as soon as possible." - "" - "[% branch.branchname %]" - "[% branch.branchaddress1 %]" -- 2.39.5