update string

This commit is contained in:
yggverse 2026-03-05 02:02:45 +02:00
parent fa330c46fa
commit f560a983f5

View file

@ -50,7 +50,7 @@
{% block footer_content %}
{% if app.masters %}
<small class="float-left">
<strong>{{ 'Master tracker' | trans }}:</strong>
<strong>{{ 'Master' | trans }}:</strong>
{% for i, master in app.masters | split(',') %}
{% if i %}&bull;{% endif %} {{ master }}
{% endfor %}