From: Michael Tremer
Date: Sat, 26 Apr 2025 13:25:28 +0000 (+0000)
Subject: donations: Fix typo in reminder email
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249a727545d88913e4e410272af99b94128dbeb5;p=ipfire.org.git
donations: Fix typo in reminder email
Signed-off-by: Michael Tremer
---
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") }}