Wording: re-usable --> reusable

This commit is contained in:
Martin Gross
2026-05-29 12:27:26 +02:00
committed by Raphael Michel
parent 753556e134
commit 8dbefca9c6
3 changed files with 12 additions and 12 deletions

View File

@@ -86,7 +86,7 @@
<h3 class="nomargin-top">{% trans "Media exchange required" %}</h3>
<p>
{% blocktrans trimmed with media_policy=media_policies|getitem:result.media_policy media_type=media_types|getitem:result.media_type %}
This ticket needs to be exchanged into a <strong>{{ media_type }}</strong> re-usable medium.
This ticket needs to be exchanged into a <strong>{{ media_type }}</strong> reusable medium.
<strong>{{ media_policy }}</strong>.
{% endblocktrans %}
</p>