mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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:
parent
6d5d91f6f9
commit
4399ed4712
3 changed files with 4 additions and 4 deletions
|
|
@ -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, it’s 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
Loading…
Reference in a new issue