misc: change label of 'qualification' panel (#9810)

This commit is contained in:
Frédéric Péters 2016-02-21 12:46:22 +01:00
parent c95840c2ee
commit a9fbe57cf4
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: welco 0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-05 11:31+0100\n"
"PO-Revision-Date: 2016-01-16 18:45+0100\n"
"PO-Revision-Date: 2016-02-21 12:46+0100\n"
"Last-Translator: Frederic Peters <fpeters@entrouvert.com>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
@ -399,8 +399,8 @@ msgid "Contact"
msgstr "Usager"
#: templates/welco/home.html:25
msgid "Qualification"
msgstr "Qualification"
msgid "Forms"
msgstr "Démarches"
#: templates/welco/qualification.html:13
#: templates/welco/qualification_no_validation.html:22

View File

@ -22,7 +22,7 @@
{{ contacts.render }}
</div>
<div class="cell qualif" data-zone-url="{% url 'qualif-zone' %}">
<h2>{% trans 'Qualification' %}</h2>
<h2>{% trans 'Forms' %}</h2>
<div></div>
</div>
</div>