[aur-dev] [PATCH] home: requests should be filed in the web interface
Johannes Dewender
arch at JonnyJD.net
Sun Jul 13 05:24:53 EDT 2014
There is a "file request" link in the "Package Actions" box
for every package.
Signed-off-by: Johannes Dewender <arch at JonnyJD.net>
---
web/html/home.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/web/html/home.php b/web/html/home.php
index 2757c06..556e21b 100644
--- a/web/html/home.php
+++ b/web/html/home.php
@@ -45,9 +45,11 @@ html_header( __("Home") );
<p>
<?php
echo __(
- 'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. This list can be used for package orphan requests, merge requests, and deletion requests. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
+ 'General discussion regarding the Arch User Repository (AUR) and Trusted User structure takes place on %saur-general%s. Package orphan requests, merge requests, and deletion requests should be filed in the %sPackage Actions%s box. For discussion relating to the development of the AUR, use the %saur-dev%s mailing list.',
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-general">',
'</a>',
+ '<var>',
+ '</var>',
'<a href="https://mailman.archlinux.org/mailman/listinfo/aur-dev">',
'</a>'
);
--
2.0.0
More information about the aur-dev
mailing list