mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Change text of enable notifications link
Since notifications are sent for more than just comments, change the notify link to more generic text. Signed-off-by: Mark Weiman <mark.weiman@markzz.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
0108c64541
commit
2ef5f8a5ff
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<?php if (pkgbase_user_notify($uid, $base_id)): ?>
|
||||
<li><?= html_action_form($base_uri . 'unnotify/', "do_UnNotify", __('Disable notifications')) ?></li>
|
||||
<?php else: ?>
|
||||
<li><?= html_action_form($base_uri . 'notify/', "do_Notify", __('Notify of new comments')) ?></li>
|
||||
<li><?= html_action_form($base_uri . 'notify/', "do_Notify", __('Enable notifications')) ?></li>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if (has_credential(CRED_PKGBASE_EDIT_COMAINTAINERS, array($row["MaintainerUID"]))): ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue