diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2015-11-25 07:51:08 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-11-25 08:06:50 +0100 |
commit | ecb746971c47d5748a554b63922c238bf9cb2fd1 (patch) | |
tree | 2af4b142aaa11b7ef59e2135ae8b288c37e2d5a8 /web/html/pkgreq.php | |
parent | 002d348d903c9f46e8fef453279eec5482eb43bf (diff) | |
download | aur-ecb746971c47d5748a554b63922c238bf9cb2fd1.tar.gz aur-ecb746971c47d5748a554b63922c238bf9cb2fd1.tar.xz |
Change "File Request" to "Submit Request"
Apparently the reference to "files" can be confusing.
Fixes FS#47167.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/pkgreq.php')
-rw-r--r-- | web/html/pkgreq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgreq.php b/web/html/pkgreq.php index 1e671d00..8348a4f3 100644 --- a/web/html/pkgreq.php +++ b/web/html/pkgreq.php @@ -13,7 +13,7 @@ if (isset($base_id)) { header('Location: /'); exit(); } - html_header(__("File Request")); + html_header(__("Submit Request")); include('pkgreq_form.php'); } elseif (isset($pkgreq_id)) { if (!has_credential(CRED_PKGREQ_CLOSE)) { |