Fix grammar

This commit is contained in:
François Leborne 2023-01-22 18:53:19 +01:00
parent c33260c31f
commit d80bafc0c6
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
<p>{{ participant.notes|linebreaksbr }}</p> <p>{{ participant.notes|linebreaksbr }}</p>
{% endif %} {% endif %}
<h2>{% trans "Informations" %}</h2> <h2>{% trans "Information" %}</h2>
<ul> <ul>
{% if participant.vip %}<li><b>{% trans "Invited speaker" %}</b></li>{% endif %} {% 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> <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 %} {% for activity in volunteer.activities.all %}
{% if forloop.first %} {% if forloop.first %}
{% trans "The volunteer applied for following activities:" %} {% trans "This volunteer applied for the following activities:" %}
<ul> <ul>
{% endif %} {% endif %}
<li> <li>
@ -38,7 +38,7 @@
</ul> </ul>
{% endif %} {% endif %}
{% empty %} {% empty %}
{% trans "The volunteer does not applied for any activities." %} {% trans "This volunteer hasn't applied for any activities." %}
{% endfor %} {% endfor %}