summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranoy <anoymouserver@users.noreply.github.com>2022-08-31 18:10:47 +0200
committeranoy <anoymouserver@users.noreply.github.com>2022-08-31 18:41:31 +0200
commit69f607fb6f41038978d9e5d2e1bedae63a40604b (patch)
treec868da529e2256f2120ace2288599bd698e1a571
parentc26b3ae79d2424379ce14e17af96c077d4d73d32 (diff)
fix truncated string for Transifex
Signed-off-by: anoy. <anoymouserver@users.noreply.github.com>
-rw-r--r--src/components/AdminSettings.vue2
1 files changed, 1 insertions, 1 deletions
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)" />
- <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')"