From 249a727545d88913e4e410272af99b94128dbeb5 Mon Sep 17 00:00:00 2001
From: Michael Tremer
Date: Sat, 26 Apr 2025 13:25:28 +0000
Subject: [PATCH] donations: Fix typo in reminder email
Signed-off-by: Michael Tremer
---
src/templates/auth/messages/donation-reminder.html | 2 +-
src/templates/auth/messages/donation-reminder.txt | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/templates/auth/messages/donation-reminder.html b/src/templates/auth/messages/donation-reminder.html
index b4d7de54..a0c8a807 100644
--- a/src/templates/auth/messages/donation-reminder.html
+++ b/src/templates/auth/messages/donation-reminder.html
@@ -10,7 +10,7 @@
- {{ _("Why do we need you donations?") }}
+ {{ _("Why do we need your donation?") }}
diff --git a/src/templates/auth/messages/donation-reminder.txt b/src/templates/auth/messages/donation-reminder.txt
index a4454c42..48ce974d 100644
--- a/src/templates/auth/messages/donation-reminder.txt
+++ b/src/templates/auth/messages/donation-reminder.txt
@@ -6,7 +6,7 @@ Subject: {{ _("Please help us with your donation!") }}
{{ _("IPFire runs on supporters' donations, people like you!") }}
-{{ _("Why do we need you donations?") }}
+{{ _("Why do we need your donation?") }}
* {{ _("Your money ensures the longevity and long-term success of this project.") }}
* {{ _("It helps us fund developers and extend our skills") }}
--
2.47.3