mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Reword the disclaimer in index.php.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
193a5c66cb
commit
25e9bb1698
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang');
|
||||
|
||||
# Add to handle the i18n of My Packages
|
||||
include('index_po.inc');
|
||||
include("pkgfuncs_po.inc");
|
||||
include("aur.inc");
|
||||
include('stats.inc');
|
||||
|
@ -73,7 +73,7 @@ general_stats_table($dbh);
|
|||
<br />
|
||||
<div class="important"><?php
|
||||
echo __('DISCLAIMER') . ':<br />';
|
||||
echo __('Unsupported PKGBUILDs are user produced content. Any use of files is at your own risk.');
|
||||
echo __('Unsupported packages are user produced content. Any use of the provided files is at your own risk.');
|
||||
?></div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue