summaryrefslogtreecommitdiffstats
path: root/web/template/pkgbase_actions.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/template/pkgbase_actions.php')
-rw-r--r--web/template/pkgbase_actions.php2
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>