From 69f607fb6f41038978d9e5d2e1bedae63a40604b Mon Sep 17 00:00:00 2001 From: anoy Date: Wed, 31 Aug 2022 18:10:47 +0200 Subject: fix truncated string for Transifex Signed-off-by: anoy. --- src/components/AdminSettings.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index e33c40cf3..075adfcf9 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)" /> -

{{ 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.`) }}

+

{{ 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.') }}