summaryrefslogtreecommitdiffstats
path: root/src/components/AdminSettings.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/AdminSettings.vue')
-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')"