From 13b3ea4b9a96df1c0379cd095ae11170715ca116 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 --- 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 52d0dbd4ce..ffcb4cb5d4 100644 --- a/installer/data/mysql/en/mandatory/sample_notices.yml +++ b/installer/data/mysql/en/mandatory/sample_notices.yml @@ -1458,7 +1458,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