summaryrefslogtreecommitdiffstats
path: root/web/template/pkgreq_form.php
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2015-11-25 01:51:08 -0500
committerLukas Fleischer <lfleischer@archlinux.org>2015-11-25 08:06:50 +0100
commitecb746971c47d5748a554b63922c238bf9cb2fd1 (patch)
tree2af4b142aaa11b7ef59e2135ae8b288c37e2d5a8 /web/template/pkgreq_form.php
parent002d348d903c9f46e8fef453279eec5482eb43bf (diff)
downloadaurweb-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/pkgreq_form.php')
-rw-r--r--web/template/pkgreq_form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/pkgreq_form.php b/web/template/pkgreq_form.php
index 623c247..6cf8588 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>