change "thanks" message after filling a form
authorJan Szejko <jan.szejko@gmail.com>
Tue, 26 Apr 2016 08:45:02 +0000 (10:45 +0200)
committerJan Szejko <jan.szejko@gmail.com>
Tue, 26 Apr 2016 08:45:02 +0000 (10:45 +0200)
contact/locale/pl/LC_MESSAGES/django.mo
contact/locale/pl/LC_MESSAGES/django.po
contact/templates/contact/thanks.html

index 2b2e6e9..ef06814 100644 (file)
Binary files a/contact/locale/pl/LC_MESSAGES/django.mo and b/contact/locale/pl/LC_MESSAGES/django.mo differ
index 35e33a3..cabbe00 100644 (file)
@@ -88,5 +88,5 @@ msgid "Thank you"
 msgstr "Dziękujemy"
 
 #: templates/contact/thanks.html:11
-msgid "Thank you for submitting the contact form."
-msgstr "Dziękujemy za wypełnienie formularza kontaktowego."
+msgid "Thank you for submitting the form."
+msgstr "Dziękujemy za wypełnienie formularza."
index f82ebd8..00dc0fe 100644 (file)
@@ -8,7 +8,7 @@
     <h1>{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}</h1>
 
     {% block contact_form_description %}
-    <p class="notice">{% trans "Thank you for submitting the contact form." %}</p>
+    <p class="notice">{% trans "Thank you for submitting the form." %}</p>
     {% endblock %}
 
 {% endblock %}