X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3f527019946f993c9d1cadd41e80c2c7eac188ed..f0d9161da1b3fe4d3a528f95df30e26d221f73d4:/src/club/forms.py

diff --git a/src/club/forms.py b/src/club/forms.py
index fe38c7bb3..3a844dab4 100644
--- a/src/club/forms.py
+++ b/src/club/forms.py
@@ -52,7 +52,7 @@ Twoje dane osobowe nie będą profilowane, ani przesyłane do państw trzecich i
             'first_name': forms.TextInput(attrs={"placeholder": _('first name')}),
             'last_name': forms.TextInput(attrs={"placeholder": _('last name')}),
 
-            'postal': forms.Textarea(attrs={"placeholder": _("If you leave your address, we'll be able to send you a postcard and other gadgets.")}),
+            'postal': forms.Textarea(attrs={"placeholder": _("street address")}),
             'postal_code': forms.TextInput(attrs={"placeholder": _('postal code')}),
             'postal_town': forms.TextInput(attrs={"placeholder": _('town')}),
         }