parent
c38f21b76b
commit
062a98839c
@ -19,6 +19,7 @@
|
|||||||
- [Servers] Correctly report connecting status (PR [#3838](https://github.com/vatesfr/xen-orchestra/pull/3838))
|
- [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))
|
- [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))
|
- [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
|
### Released packages
|
||||||
|
|
||||||
|
@ -1070,7 +1070,7 @@ export default {
|
|||||||
offlineSnapshotInfo: undefined,
|
offlineSnapshotInfo: undefined,
|
||||||
|
|
||||||
// Original text: "Delta Backup and DR require Entreprise plan"
|
// Original text: "Delta Backup and DR require Entreprise plan"
|
||||||
dbAndDrRequireEntreprisePlan:
|
dbAndDrRequireEnterprisePlan:
|
||||||
'Fark Yedekleme ve DR Enterprise planı gerektirir',
|
'Fark Yedekleme ve DR Enterprise planı gerektirir',
|
||||||
|
|
||||||
// Original text: "CR requires Premium plan"
|
// Original text: "CR requires Premium plan"
|
||||||
|
@ -410,7 +410,7 @@ const messages = {
|
|||||||
timeout: 'Timeout',
|
timeout: 'Timeout',
|
||||||
timeoutInfo: 'Number of hours after which a job is considered failed',
|
timeoutInfo: 'Number of hours after which a job is considered failed',
|
||||||
timeoutUnit: 'in hours',
|
timeoutUnit: 'in hours',
|
||||||
dbAndDrRequireEntreprisePlan: 'Delta Backup and DR require Entreprise plan',
|
dbAndDrRequireEnterprisePlan: 'Delta Backup and DR require Enterprise plan',
|
||||||
crRequiresPremiumPlan: 'CR requires Premium plan',
|
crRequiresPremiumPlan: 'CR requires Premium plan',
|
||||||
smartBackupModeTitle: 'Smart mode',
|
smartBackupModeTitle: 'Smart mode',
|
||||||
backupTargetRemotes: 'Target remotes (for Export)',
|
backupTargetRemotes: 'Target remotes (for Export)',
|
||||||
|
@ -701,7 +701,7 @@ export default decorate([
|
|||||||
{_('disasterRecovery')}
|
{_('disasterRecovery')}
|
||||||
</ActionButton>{' '}
|
</ActionButton>{' '}
|
||||||
{process.env.XOA_PLAN < 3 && (
|
{process.env.XOA_PLAN < 3 && (
|
||||||
<Tooltip content={_('dbAndDrRequireEntreprisePlan')}>
|
<Tooltip content={_('dbAndDrRequireEnterprisePlan')}>
|
||||||
<Icon icon='info' />
|
<Icon icon='info' />
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
)}{' '}
|
)}{' '}
|
||||||
|
Loading…
Reference in New Issue
Block a user