mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - UI elements
Rename all UI elements and translations. Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
1702075875
commit
f540c79580
76 changed files with 952 additions and 1143 deletions
|
@ -6,11 +6,11 @@
|
|||
<table class="no-width">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{ "Total" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ "Total" | tr }} {{ "Package Maintainers" | tr }}:</td>
|
||||
<td>{{ package_maintainer_count }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ "Active" | tr }} {{ "Trusted Users" | tr }}:</td>
|
||||
<td>{{ "Active" | tr }} {{ "Package Maintainers" | tr }}:</td>
|
||||
<td>{{ active_package_maintainer_count }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -45,7 +45,7 @@
|
|||
{% include "partials/tu/proposals.html" %}
|
||||
{% endwith %}
|
||||
|
||||
{% with title = "Last Votes by TU", votes = last_votes_by_pm %}
|
||||
{% with title = "Last Votes by Package Maintainer", votes = last_votes_by_pm %}
|
||||
{% include "partials/tu/last_votes.html" %}
|
||||
{% endwith %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue