From 6f9d3bdbcd748f1b7a73d51b2acc23b88c001301 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Tue, 11 Oct 2022 21:53:57 +0200 Subject: fix wording to articles Signed-off-by: Benjamin Brahmer --- src/components/AdminSettings.vue | 4 ++-- 1 file 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 - {{ t('news', 'Delete unread items automatically') }} + {{ t('news', 'Delete unread articles automatically') }} -

{{ t('news', 'Enable this if you also want to delete unread items.') }}

+

{{ t('news', 'Enable this if you also want to delete unread articles.') }}