mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Do not use the term "unsupported" for AUR packages
We no longer use the term [unsupported] to refer to the "repository" of AUR packages. Update texts and variable names accordingly. Fixes FS#45381. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
e610360c95
commit
c751921aff
6 changed files with 8 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
<table>
|
||||
<tr>
|
||||
<td class="stat-desc"><?= __("Packages"); ?></td>
|
||||
<td><?= $unsupported_count; ?></td>
|
||||
<td><?= $pkg_count; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="stat-desc"><?= __("Orphan Packages"); ?></td>
|
||||
|
|
|
@ -8,9 +8,9 @@ $username = username_from_sid($_COOKIE["AURSID"]);
|
|||
<tr>
|
||||
<td>
|
||||
<a href="<?= get_uri('/packages/'); ?>?SeB=m&K=<?= $username; ?>">
|
||||
<?= __("Packages in unsupported"); ?></a>
|
||||
<?= __("Packages"); ?></a>
|
||||
</td>
|
||||
<td><?= $maintainer_unsupported_count; ?></td>
|
||||
<td><?= $user_pkg_count; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue