diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-07-21 14:41:54 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-08-08 12:59:24 +0200 |
commit | c751921affdcc8e67df2c04cb00de2d0c58e1927 (patch) | |
tree | 0efcb88e60415c9ef1727bd433fb14665661bb63 /web/html | |
parent | e610360c95682bbaa359e1bf3d3abffb97a9820b (diff) | |
download | aurweb-c751921affdcc8e67df2c04cb00de2d0c58e1927.tar.xz |
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>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/home.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/home.php b/web/html/home.php index 3252876..23f37fe 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -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> |