mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Dedupe translatable strings
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
39280152ea
commit
a9048bb07f
7 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
<div class="box">
|
||||
<h2><?= __('Submit Request: %s', htmlspecialchars($pkgbase_name)) ?></h2>
|
||||
<h2><?= __('Submit Request') ?>: <? 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>'); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue