diff --git a/src/components/AdminSettings.vue b/src/components/AdminSettings.vue index 075adfcf9..4f7da878e 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 will not 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.') }}