X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/72959c8d0c74c83da56f8b1a86ec6d915d3fe57c..9a5423b58158ae6d970cdd7a3dc25e5559aa374a:/apps/funding/forms.py
diff --git a/apps/funding/forms.py b/apps/funding/forms.py
index dc0e6236d..bb155b98a 100644
--- a/apps/funding/forms.py
+++ b/apps/funding/forms.py
@@ -14,8 +14,9 @@ class FundingForm(forms.Form):
name = forms.CharField(label=_("Name"), required=False,
help_text=_("Optional name for public list of contributors"))
email = forms.EmailField(label=_("Contact e-mail"),
- help_text=_("We'll use it to contact you about your perks and fundraiser status and payment updates.
"
- "Won't be publicised."), required=False)
+ help_text=_("We'll use it to contact you about the details needed for your perks,
"
+ "and to send you updates about your payment and the fundraiser status (which you can always turn off).
"
+ "Your e-mail won't be publicised."), required=False)
def __init__(self, offer, *args, **kwargs):
self.offer = offer