summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2022-09-04 15:53:48 +0200
committerGitHub <noreply@github.com>2022-09-04 15:53:48 +0200
commita01018bc681a65ae62c8502af129293c6b8fa441 (patch)
tree27813a69c129654b1484c9b7048971fb92f482d7
parent1800f7d52172848fbf34d3584a6e4ed3e32dac24 (diff)
parent33da37dfeaaf9f454772dccc418af33ace488174 (diff)
Merge pull request #1897 from nextcloud/Valdnet-patch-1
l10n: Spelling unification
-rw-r--r--src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index 075adfcf9..4f7da878e 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -24,7 +24,7 @@ SPDX-Licence-Identifier: AGPL-3.0-or-later
:label="t('news', 'Maximum read count per feed')"
:label-visible="true"
@update:value="update('autoPurgeCount', autoPurgeCount)" />
- <p><em>{{ t('news', 'Defines the maximum amount of articles that can be read per feed which won\'t be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off.') }}</em></p>
+ <p><em>{{ t('news', 'Defines the maximum amount of articles that can be read per feed which will not be deleted by the cleanup job; if old articles reappear after being read, increase this value; negative values such as -1 will turn this feature off.') }}</em></p>
<NcTextField :value.sync="maxRedirects"
:label="t('news', 'Maximum redirects')"