From 7c020eb5099ba617f38258c0dcf46a478c7d4693 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Tue, 26 Apr 2016 10:45:02 +0200 Subject: [PATCH] change "thanks" message after filling a form --- contact/locale/pl/LC_MESSAGES/django.mo | Bin 1657 -> 1636 bytes contact/locale/pl/LC_MESSAGES/django.po | 4 ++-- contact/templates/contact/thanks.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contact/locale/pl/LC_MESSAGES/django.mo b/contact/locale/pl/LC_MESSAGES/django.mo index 2b2e6e9a44225b8271f668e7eed6d5f0c2db9629..ef0681450d68524a463adb6cd48f4ac39d4d923c 100644 GIT binary patch delta 284 zcmXZXJq`g;5Ww+ScCC+PNo=&Dk+{JoNQ6#E^h&iWh#QbSheA{e#WtcqCmN+nbSfd@ zKkQ2;zs%&#ym?RO>dZ!yiiiwjA`P5i95-lUh&FC9iN~mZMwk48IlM>t3qwOB!w~H| zFr8?Zfb=z}_y6J^1uomSs56(fdZaD z+8IcP0%;QP zG|*iPe3Jtiy+HyD0zk|K#2{}70x|F8jf^MQlk@XR5|c|dS1{Q#^D1P6c-bZS<*DiU Jlee?31pvNvB@F-o diff --git a/contact/locale/pl/LC_MESSAGES/django.po b/contact/locale/pl/LC_MESSAGES/django.po index 35e33a3..cabbe00 100644 --- a/contact/locale/pl/LC_MESSAGES/django.po +++ b/contact/locale/pl/LC_MESSAGES/django.po @@ -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." diff --git a/contact/templates/contact/thanks.html b/contact/templates/contact/thanks.html index f82ebd8..00dc0fe 100644 --- a/contact/templates/contact/thanks.html +++ b/contact/templates/contact/thanks.html @@ -8,7 +8,7 @@

{% block contact_form_title %}{% trans "Thank you" %}{% endblock %}

{% block contact_form_description %} -

{% trans "Thank you for submitting the contact form." %}

+

{% trans "Thank you for submitting the form." %}

{% endblock %} {% endblock %} -- 2.20.1