From fe3431fbad0bd1fca8e95aa8985b34dc32a60473 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 29 Nov 2022 12:59:02 +0000 Subject: [PATCH] donate: Fix opening of a paragraph in Christmas email Signed-off-by: Michael Tremer --- src/templates/donate/messages/christmas-1.html | 2 +- src/templates/donate/messages/christmas-1.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/donate/messages/christmas-1.html b/src/templates/donate/messages/christmas-1.html index 91f0fec8..01a59af0 100644 --- a/src/templates/donate/messages/christmas-1.html +++ b/src/templates/donate/messages/christmas-1.html @@ -6,7 +6,7 @@

- As we move to the end of the year, now is a good time to look back and reflect on + As we approach the end of the year, now is a good time to look back and reflect on the progress of our project to celebrate our achievements and decide where we need to redouble our efforts in the coming months.

diff --git a/src/templates/donate/messages/christmas-1.txt b/src/templates/donate/messages/christmas-1.txt index a7d98584..83a71377 100644 --- a/src/templates/donate/messages/christmas-1.txt +++ b/src/templates/donate/messages/christmas-1.txt @@ -6,7 +6,7 @@ X-Auto-Response-Suppress: OOF {{ _("Dear %s,") % account.first_name }} -As we move to the end of the year, now is a good time to look back and reflect on +As we approach the end of the year, now is a good time to look back and reflect on the progress of our project to celebrate our achievements and decide where we need to redouble our efforts in the coming months. -- 2.47.3