Browse Source

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>
pull/32537/head
rakekniven 4 years ago
committed by Joas Schilling
parent
commit
4399ed4712
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      apps/settings/src/components/BasicSettings/BackgroundJob.vue
  2. 4
      dist/settings-vue-settings-admin-basic-settings.js
  3. 2
      dist/settings-vue-settings-admin-basic-settings.js.map

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

@ -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">

4
dist/settings-vue-settings-admin-basic-settings.js
File diff suppressed because it is too large
View File

2
dist/settings-vue-settings-admin-basic-settings.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save