Skip to content

Commit 4399ed4

Browse files
rakeknivennickvergessen
authored andcommitted
l10n: Fix escaping issue
At Transifex the string is cut and shown `For the server to work properly, it` I modified this without vue knowledge. @CarlSchwan Can you check please? Reported at Transifex. Signed-off-by: rakekniven <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent 6d5d91f commit 4399ed4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/settings/src/components/BasicSettings/BackgroundJob.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<template>
2424
<SettingsSection :title="t('settings', 'Background jobs')"
25-
:description="t('settings', `For the server to work properly, it's important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information.`)"
25+
:description="t('settings', 'For the server to work properly, its important to configure background jobs correctly. Cron is the recommended setting. Please see the documentation for more information.')"
2626
:doc-url="backgroundJobsDocUrl">
2727
<template v-if="lastCron !== 0">
2828
<span v-if="oldExecution" class="error">

0 commit comments

Comments
 (0)