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:
Lukas Fleischer 2015-07-21 14:41:54 +02:00
parent e610360c95
commit c751921aff
6 changed files with 8 additions and 9 deletions

View file

@ -39,7 +39,7 @@ html_header( __("Home") );
</p>
<p class="important">
<?= __('DISCLAIMER') ?>:
<?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.'); ?>
<?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.'); ?>
</p>
<p class="readmore"><a href="https://wiki.archlinux.org/index.php/AUR"><?= __('Learn more...') ?></a></p>
</div>