From 996abd6e7e43055cce742aa58c656792884ca574 Mon Sep 17 00:00:00 2001 From: Mathieu <70369997+MathieuRA@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:29:36 +0200 Subject: [PATCH] fix(xo-web/settings/config): wording fix for XO Config Cloud Backup (#6938) See zammad#15904 --- CHANGELOG.unreleased.md | 1 + packages/xo-web/src/common/intl/messages.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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',