From e9f7b567fedd5864de6385a80e361bec66144ab2 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Tue, 26 Apr 2022 14:23:25 +0000 Subject: [PATCH] Bug 14364: (QA follow-up) Fix capitalization Signed-off-by: Katrin Fischer --- installer/data/mysql/atomicupdate/bug_14364.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_14364.pl b/installer/data/mysql/atomicupdate/bug_14364.pl index 76a0b3ddfc..6aa293bac2 100644 --- a/installer/data/mysql/atomicupdate/bug_14364.pl +++ b/installer/data/mysql/atomicupdate/bug_14364.pl @@ -15,7 +15,7 @@ return { $dbh->do(q{ INSERT IGNORE INTO letter(module,code,branchcode,name,is_html,title,content,message_transport_type) - VALUES ( 'reserves', 'HOLD_CHANGED', '', 'Canceled hold available for different patron', '0', 'Canceled Hold Available for Different Patron', 'The patron picking up <> (<>) has changed to <> <> (<>). + VALUES ( 'reserves', 'HOLD_CHANGED', '', 'Canceled hold available for different patron', '0', 'Canceled hold available for different patron', 'The patron picking up <> (<>) has changed to <> <> (<>). Please update the hold information for this item. -- 2.30.2