summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Fetcher/FeedFetcher.php2
-rw-r--r--templates/part.content.warnings.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Fetcher/FeedFetcher.php b/lib/Fetcher/FeedFetcher.php
index 0caa51a57..b87001723 100644
--- a/lib/Fetcher/FeedFetcher.php
+++ b/lib/Fetcher/FeedFetcher.php
@@ -142,7 +142,7 @@ class FeedFetcher implements IFeedFetcher {
if ($ex instanceof MalFormedXmlException) {
$msg = $this->l10n->t('Feed contains invalid XML');
} else if ($ex instanceof SubscriptionNotFoundException) {
- $msg = $this->l10n->t('Feed not found: either the website ' .
+ $msg = $this->l10n->t('Feed not found: Either the website ' .
'does not provide a feed or blocks access. To rule out ' .
'blocking, try to download the feed on your server\'s ' .
'command line using curl: curl ' . $url);
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"