diff options
author | Marcel Korpel <marcel.korpel@gmail.com> | 2015-09-23 23:48:56 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-09-24 07:05:28 +0200 |
commit | df160b61e87939689ec359926975892505aa2168 (patch) | |
tree | 2e7f11d32a994632d0c77b6fabc0c24ed8c43d71 /web/html/home.php | |
parent | 311c7f0366fe1c48a07dd1f7b230d8f1034508e0 (diff) | |
download | aur-df160b61e87939689ec359926975892505aa2168.tar.gz aur-df160b61e87939689ec359926975892505aa2168.tar.xz |
Make it more clear that the bug tracker is for aurweb only
Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/home.php')
-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 7e9a00fe..475370bb 100644 --- a/web/html/home.php +++ b/web/html/home.php @@ -112,7 +112,7 @@ html_header( __("Home") ); <p> <?php echo __( - 'If you find a bug in the AUR web interface, please fill out a bug report on our %sbug tracker%s. Use the tracker to report bugs in the AUR %sonly%s. To report packaging bugs contact the package maintainer or leave a comment on the appropriate package page.', + 'If you find a bug in the AUR web interface, please fill out a bug report on our %sbug tracker%s. Use the tracker to report bugs in the AUR web interface %sonly%s. To report packaging bugs contact the package maintainer or leave a comment on the appropriate package page.', '<a href="https://bugs.archlinux.org/index.php?project=2">', '</a>', '<strong>', |