summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2017-07-13 16:52:30 +0200
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-07-13 16:52:30 +0200
commit0fa82e88d7150f2160bd8a0c08c8869f80f6d82d (patch)
treec8ec68f231ca490e28e3674858375d19b02aef65 /templates
parentae539ae98480d5907f36b87ad98807797e6482d2 (diff)
Rakekniven patch 1 (#204)
* Update FeedFetcher.php * Update part.content.warnings.php * Update part.content.warnings.php
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.warnings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index 04f60cb0a..6462d8f2a 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -1,6 +1,6 @@
<?php if ($_['warnings']['improperlyConfiguredCron']) { ?>
<news-instant-notification id="cron-warning">
- <p><?php p($l->t('Ajax or Web cron mode detected! Your feeds will not be updated!')); ?></p>
+ <p><?php p($l->t('Ajax or webcron mode detected! Your feeds will not be updated!')); ?></p>
<ul>
<li>
<a href="https://docs.nextcloud.org/server/9/admin_manual/configuration_server/background_jobs_configuration.html#cron"