mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
002d348d90
commit
ecb746971c
3 changed files with 4 additions and 4 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue