diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index f1bf15d56a2..18dd9620595 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -15,6 +15,7 @@ - [Incremental Backup & Replication] Attempt to work around HVM multiplier issues when creating VMs on older XAPIs (PR [#6866](https://github.com/vatesfr/xen-orchestra/pull/6866)) - [REST API] Fix VDI export when NBD is enabled +- [XO Config Cloud Backup] Improve wording about passphrase (PR [#6938](https://github.com/vatesfr/xen-orchestra/pull/6938)) ### Packages to release diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index 0652ccf02a0..bf533e5f99f 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -2339,8 +2339,8 @@ const messages = { xoConfigCloudBackup: 'XO Config Cloud Backup', xoConfigCloudBackupTips: 'Your encrypted configuration is securely stored inside your Vates account and backed up once a day', - xoCloudConfigEnterPassphrase: 'If you want to encrypt backups, please enter a passphrase:', - xoCloudConfigRestoreEnterPassphrase: 'If the config is encrypted, please enter the passphrase:', + xoCloudConfigEnterPassphrase: 'Passphrase is required to encrypt backups', + xoCloudConfigRestoreEnterPassphrase: 'Enter the passphrase:', // ----- XOSAN ----- xosanTitle: 'XOSAN',