summaryrefslogtreecommitdiffstats
path: root/web/template
diff options
context:
space:
mode:
Diffstat (limited to 'web/template')
-rw-r--r--web/template/pkgbase_actions.php2
-rw-r--r--web/template/pkgreq_form.php4
2 files changed, 3 insertions, 3 deletions
diff --git a/web/template/pkgbase_actions.php b/web/template/pkgbase_actions.php
index 198f7ab4..f8968fb2 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>
diff --git a/web/template/pkgreq_form.php b/web/template/pkgreq_form.php
index 623c2472..6cf8588d 100644
--- a/web/template/pkgreq_form.php
+++ b/web/template/pkgreq_form.php
@@ -1,5 +1,5 @@
<div class="box">
- <h2><?= __('File Request: %s', htmlspecialchars($pkgbase_name)) ?></h2>
+ <h2><?= __('Submit Request: %s', htmlspecialchars($pkgbase_name)) ?></h2>
<p>
<?= __('Use this form to file a request against package base %s%s%s which includes the following packages:',
'<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?>
@@ -58,7 +58,7 @@
<textarea name="comments" id="id_comments" rows="5" cols="50"></textarea>
</p>
<p>
- <input type="submit" class="button" name="do_FileRequest" value="<?= __("File Request") ?>" />
+ <input type="submit" class="button" name="do_FileRequest" value="<?= __("Submit Request") ?>" />
</p>
</fieldset>
</form>