summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-10-11 21:53:57 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2022-10-12 08:24:06 +0200
commit6f9d3bdbcd748f1b7a73d51b2acc23b88c001301 (patch)
treed54b8a2617d182992ace89ff6125898d2b27ad11
parentdb4c94d8e0f7d6afd4d3ca8b2e2946bbeadf3f7c (diff)
fix wording to articles
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--src/components/AdminSettings.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue
index ec301d0b8..349c27d5c 100644
--- a/src/components/AdminSettings.vue
+++ b/src/components/AdminSettings.vue
@@ -29,9 +29,9 @@ SPDX-Licence-Identifier: AGPL-3.0-or-later
<NcCheckboxRadioSwitch type="switch"
:checked.sync="purgeUnread"
@update:checked="update('purgeUnread', purgeUnread)">
- {{ t('news', 'Delete unread items automatically') }}
+ {{ t('news', 'Delete unread articles automatically') }}
</NcCheckboxRadioSwitch>
- <p><em>{{ t('news', 'Enable this if you also want to delete unread items.') }}</em></p>
+ <p><em>{{ t('news', 'Enable this if you also want to delete unread articles.') }}</em></p>
<NcTextField :value.sync="maxRedirects"
:label="t('news', 'Maximum redirects')"