diff options
Diffstat (limited to 'apps/updatenotification/templates/admin.php')
-rw-r--r-- | apps/updatenotification/templates/admin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 0be070cac30..b1cc76534e3 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -47,7 +47,9 @@ <input name="oca_updatenotification_groups_list" type="hidden" id="oca_updatenotification_groups_list" value="<?php p($_['notify_groups']) ?>" style="width: 400px"> <em class="<?php if (!in_array($currentChannel, ['daily', 'git'])) p('hidden'); ?>"> <br /> - <?php p($l->t('Only notification for app updates are available, because the selected update channel for the server itself does not allow notifications.')); ?> + <?php p($l->t('Only notification for app updates are available.')); ?> + <?php if ($currentChannel === 'daily') p($l->t('The selected update channel makes dedicated notifications for the server obsolete.')); ?> + <?php if ($currentChannel === 'git') p($l->t('The selected update channel does not support updates of the server.')); ?> </em> </p> </form> |