diff options
Diffstat (limited to 'web/template/comaintainers_form.php')
-rw-r--r-- | web/template/comaintainers_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/template/comaintainers_form.php b/web/template/comaintainers_form.php index 050f255..70a7464 100644 --- a/web/template/comaintainers_form.php +++ b/web/template/comaintainers_form.php @@ -1,5 +1,5 @@ <div class="box"> - <h2><?= __('Manage Co-maintainers: %s', htmlspecialchars($pkgbase_name)) ?></h2> + <h2><?= __('Manage Co-maintainers') ?>: <? htmlspecialchars($pkgbase_name) ?></h2> <p> <?= __('Use this form to add co-maintainers for %s%s%s (one user name per line):', '<strong>', htmlspecialchars($pkgbase_name), '</strong>'); ?> |