From 1976279a080a2889c84183af39e62eeadf52a48c Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Tue, 25 Jan 2022 15:27:35 +0000 Subject: [PATCH] Bug 29943: Fix NOTIFY_MANAGER notice in sample notices Test plan: Look good at this change, or do a new install :) Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall (cherry picked from commit 13b3ea4b9a96df1c0379cd095ae11170715ca116) Signed-off-by: Andrew Fuerste-Henry --- 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 25deb84e5e..7c2218f8f2 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1425,7 +1425,7 @@ tables: message_transport_type: email lang: default content: - - "Dear [% borrower.firstname %] [% borrowers.surname %]," + - "Dear [% borrower.firstname %] [% borrower.surname %]," - "" - "A new suggestion has been assigned to you: [% suggestion.title %]." - "" -- 2.39.5