Skip to content

Commit

Permalink
Update src/components/AdminSettings.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Molenaar <SMillerDev@users.noreply.github.com>
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
  • Loading branch information
Grotax and SMillerDev committed Oct 8, 2022
1 parent b88e1a5 commit 931fcc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AdminSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SPDX-Licence-Identifier: AGPL-3.0-or-later
@update:checked="update('purgeUnread', purgeUnread)">
{{ t('news', 'Delete unread items automatically') }}
</NcCheckboxRadioSwitch>
<p><em>{{ t('news', 'Enable this if you also want to delete unread items. Consider increasing the value above.') }}</em></p>
<p><em>{{ t('news', 'Enable this if you also want to delete unread items.') }}</em></p>

<NcTextField :value.sync="maxRedirects"
:label="t('news', 'Maximum redirects')"
Expand Down

0 comments on commit 931fcc1

Please sign in to comment.