fix(xo-web/backup-ng): typo in the backup form (#3855)

Fixes #3854
This commit is contained in:
badrAZ 2019-01-11 13:13:52 +01:00 committed by Pierre Donias
parent c38f21b76b
commit 062a98839c
4 changed files with 4 additions and 3 deletions

View File

@ -19,6 +19,7 @@
- [Servers] Correctly report connecting status (PR [#3838](https://github.com/vatesfr/xen-orchestra/pull/3838))
- [Servers] Fix cannot reconnect to a server after connection has been lost [#3839](https://github.com/vatesfr/xen-orchestra/issues/3839) (PR [#3841](https://github.com/vatesfr/xen-orchestra/pull/3841))
- [New VM] Fix `NO_HOSTS_AVAILABLE()` error when creating a VM on a local SR from template on another local SR [#3084](https://github.com/vatesfr/xen-orchestra/issues/3084) (PR [#3827](https://github.com/vatesfr/xen-orchestra/pull/3827))
- [Backup NG] Fix typo in the form [#3854](https://github.com/vatesfr/xen-orchestra/issues/3854) (PR [#3855](https://github.com/vatesfr/xen-orchestra/pull/3855))
### Released packages

View File

@ -1070,7 +1070,7 @@ export default {
offlineSnapshotInfo: undefined,
// Original text: "Delta Backup and DR require Entreprise plan"
dbAndDrRequireEntreprisePlan:
dbAndDrRequireEnterprisePlan:
'Fark Yedekleme ve DR Enterprise planı gerektirir',
// Original text: "CR requires Premium plan"

View File

@ -410,7 +410,7 @@ const messages = {
timeout: 'Timeout',
timeoutInfo: 'Number of hours after which a job is considered failed',
timeoutUnit: 'in hours',
dbAndDrRequireEntreprisePlan: 'Delta Backup and DR require Entreprise plan',
dbAndDrRequireEnterprisePlan: 'Delta Backup and DR require Enterprise plan',
crRequiresPremiumPlan: 'CR requires Premium plan',
smartBackupModeTitle: 'Smart mode',
backupTargetRemotes: 'Target remotes (for Export)',

View File

@ -701,7 +701,7 @@ export default decorate([
{_('disasterRecovery')}
</ActionButton>{' '}
{process.env.XOA_PLAN < 3 && (
<Tooltip content={_('dbAndDrRequireEntreprisePlan')}>
<Tooltip content={_('dbAndDrRequireEnterprisePlan')}>
<Icon icon='info' />
</Tooltip>
)}{' '}