diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2015-11-25 01:51:08 -0500 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-11-25 08:06:50 +0100 |
commit | ecb746971c47d5748a554b63922c238bf9cb2fd1 (patch) | |
tree | 2af4b142aaa11b7ef59e2135ae8b288c37e2d5a8 /web/template/pkgbase_actions.php | |
parent | 002d348d903c9f46e8fef453279eec5482eb43bf (diff) | |
download | aurweb-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/template/pkgbase_actions.php')
-rw-r--r-- | web/template/pkgbase_actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/pkgbase_actions.php b/web/template/pkgbase_actions.php index 198f7ab..f8968fb 100644 --- a/web/template/pkgbase_actions.php +++ b/web/template/pkgbase_actions.php @@ -32,7 +32,7 @@ <?php endif; ?> <li><span class="flagged"><?php if ($row["RequestCount"] > 0) { echo _n('%d pending request', '%d pending requests', $row["RequestCount"]); } ?></span></li> - <li><?= html_action_link($base_uri . 'request/', __('File Request')) ?></li> + <li><?= html_action_link($base_uri . 'request/', __('Submit Request')) ?></li> <?php if (has_credential(CRED_PKGBASE_DELETE)): ?> <li><?= html_action_link($base_uri . 'delete/', __('Delete Package')) ?></li> |