housekeep: TU rename - UI elements

Rename all UI elements and translations.

Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
moson 2023-09-01 14:44:43 +02:00
parent 1e6282eafe
commit 445c3b0a60
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
72 changed files with 644 additions and 836 deletions

View file

@ -36,10 +36,10 @@
</a>
</li>
{# Only CRED_TU_LIST_VOTES privileged users see Trusted User #}
{# Only CRED_TU_LIST_VOTES privileged users see Package Maintainer #}
{% if request.user.has_credential(creds.TU_LIST_VOTES) %}
<li>
<a href="/tu">{% trans %}Trusted User{% endtrans %}</a>
<a href="/tu">{% trans %}Package Maintainer{% endtrans %}</a>
</li>
{% endif %}