Skip to content

Commit

Permalink
fix truncated string for Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: anoy. <anoymouserver@users.noreply.github.com>
  • Loading branch information
anoymouserver committed Aug 31, 2022
1 parent c26b3ae commit 69f607f
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 @@ -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)" />
<p><em>{{ 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.`) }}</em></p>
<p><em>{{ 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.') }}</em></p>

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

0 comments on commit 69f607f

Please sign in to comment.