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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue