diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-23 18:07:28 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-23 18:07:28 -0500 |
commit | 6002efb8a0a178a6ee1d1c1c07a1222d945d0062 (patch) | |
tree | 40d5cea91828a1b47d21914ee2817acf456d86a2 /app/Template | |
parent | cfec551968ff59c124b9e148d2c807153ead9fb5 (diff) |
Replace message when no project notifications are registered
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/project/notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project/notifications.php b/app/Template/project/notifications.php index ac743087..b39d6c05 100644 --- a/app/Template/project/notifications.php +++ b/app/Template/project/notifications.php @@ -2,7 +2,7 @@ <h2><?= t('Notifications') ?></h2> </div> <?php if (empty($types)): ?> - <p class="alert"><?= t('There is no notification method registered.') ?></p> + <p class="alert"><?= t('No plugin has registered a project notification method. You can still configure individual notifications in your user profile.') ?></p> <?php else: ?> <form method="post" action="<?= $this->url->href('project', 'notifications', array('project_id' => $project['id'])) ?>" autocomplete="off"> |