trivial: replace French string from template (#66372)

This commit is contained in:
Frédéric Péters 2022-06-17 13:14:18 +02:00
parent fcff7a4512
commit b1feb2e286
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{% for object in group.list %}
<li>
<a href="{% url 'lingo-manager-agenda-detail' object.pk %}">{{ object.label }} <span class="identifier">[{% trans "identifier:" %} {{ object.slug }}]</a>
{% with chrono_url=object.get_chrono_url %}{% if chrono_url %}<a href="{{ chrono_url }}" class="link-action-icon link">{% trans "voir" %}</a>{% endif %}{% endwith %}
{% with chrono_url=object.get_chrono_url %}{% if chrono_url %}<a href="{{ chrono_url }}" class="link-action-icon link">{% trans "view" %}</a>{% endif %}{% endwith %}
</li>
{% endfor %}
</ul>