Correction d'erreurs de langue #6

Merged
mdk merged 7 commits from fleborne/PonyConf:fix-spelling into main 2023-01-30 21:47:17 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit d80bafc0c6 - Show all commits

View File

@ -25,7 +25,7 @@
<p>{{ participant.notes|linebreaksbr }}</p>
{% endif %}
<h2>{% trans "Informations" %}</h2>
<h2>{% trans "Information" %}</h2>
<ul>
{% if participant.vip %}<li><b>{% trans "Invited speaker" %}</b></li>{% endif %}
<li><b>{% trans "E-mail:" %}</b> <a href="mailto:{{ participant.email }}">{{ participant.email }}</a></li>

View File

@ -28,7 +28,7 @@
{% for activity in volunteer.activities.all %}
{% if forloop.first %}
{% trans "The volunteer applied for following activities:" %}
{% trans "This volunteer applied for the following activities:" %}
<ul>
{% endif %}
<li>
@ -38,7 +38,7 @@
</ul>
{% endif %}
{% empty %}
{% trans "The volunteer does not applied for any activities." %}
{% trans "This volunteer hasn't applied for any activities." %}
{% endfor %}