summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-24 12:40:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-24 12:43:14 +0200
commit360d0bdeed92186288afd0595cb968fa52aa42a5 (patch)
tree98b0af2224d03528cb350b778badd658c591a8f9 /templates
parent9facd28e2340a4eaa3ae72b9d6120ed475cb6060 (diff)
fix #828 also warn when webcron is disabled
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.cronwarning.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.cronwarning.php b/templates/part.content.cronwarning.php
index 7f8ec14f0..a6a3b8d11 100644
--- a/templates/part.content.cronwarning.php
+++ b/templates/part.content.cronwarning.php
@@ -1,6 +1,6 @@
<?php if ($_['cronWarning']) { ?>
<news-instant-notification id="cron-warning">
- <p><?php p($l->t('Ajax cron mode detected! Your feeds will ' .
+ <p><?php p($l->t('Ajax or webcron cron mode detected! Your feeds will ' .
'not be updated correctly. It is recommended to either use ' .
'the operating system cron or a custom updater.'
)); ?>