Apply suggestions from code review

Co-authored-by: robbi5 <maxi@richt.name>
This commit is contained in:
Martin Gross
2026-04-27 16:28:36 +02:00
committed by Raphael Michel
parent e7a8d5f5fd
commit 5c22f62837
3 changed files with 3 additions and 3 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 media.
This ticket needs to be exchanged into a <strong>{{ media_type }}</strong> re-usable medium.
<strong>{{ media_policy }}</strong>.
{% endblocktrans %}
</p>