fix wording to articles

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2022-10-11 21:53:57 +02:00
parent db4c94d8e0
commit 6f9d3bdbcd
1 changed files with 2 additions and 2 deletions

View File

@ -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')"