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 <2069590+rakekniven@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
rakekniven 2022-05-21 14:27:59 +02:00 committed by Joas Schilling
parent 6d5d91f6f9
commit 4399ed4712
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
<template>
<SettingsSection :title="t('settings', 'Background jobs')"
: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.`)"
: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.')"
:doc-url="backgroundJobsDocUrl">
<template v-if="lastCron !== 0">
<span v-if="oldExecution" class="error">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long