summaryrefslogtreecommitdiffstats
path: root/web/template/footer.php
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2015-07-21 14:41:54 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2015-08-08 12:59:24 +0200
commitc751921affdcc8e67df2c04cb00de2d0c58e1927 (patch)
tree0efcb88e60415c9ef1727bd433fb14665661bb63 /web/template/footer.php
parente610360c95682bbaa359e1bf3d3abffb97a9820b (diff)
downloadaur-c751921affdcc8e67df2c04cb00de2d0c58e1927.tar.gz
aur-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/template/footer.php')
-rw-r--r--web/template/footer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/footer.php b/web/template/footer.php
index 068cc060..1b3c9363 100644
--- a/web/template/footer.php
+++ b/web/template/footer.php
@@ -6,7 +6,7 @@
<p>aurweb <a href="https://projects.archlinux.org/aurweb.git/log/?h=<?= htmlspecialchars($ver, ENT_QUOTES) ?>"><?= htmlspecialchars($ver) ?></a></p>
<?php endif; ?>
<p>Copyright &copy; 2004-<?= date("Y") ?> aurweb Development Team.</p>
- <p><?= __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
+ <p><?= __('AUR packages are user produced content. Any use of the provided files is at your own risk.') ?></p>
</div>
</div>
</body>