From a2c69d6d2f9a42d664e5f603052d605d91c7cdbf Mon Sep 17 00:00:00 2001 From: Florent BEAUCHAMP Date: Fri, 13 Dec 2024 14:32:19 +0000 Subject: [PATCH] fix following review --- CHANGELOG.unreleased.md | 1 + packages/xo-web/src/common/intl/messages.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 87141c17997..03d1234fc27 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -43,5 +43,6 @@ - @xen-orchestra/xapi patch - xen-api minor - xo-server minor +- xo-web minor diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index 19b5aed926a..3b3e6399681 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -1987,7 +1987,7 @@ const messages = { remoteLoadBackupsFailureMessage: 'Failed to load backups from {name}.', vmsTags: 'VMs tags', tagNoBak: 'VMs with this tag will not be backed up {reason, select, null {} other {({reason})}}', - tagNoHealthCheck: 'VMs with this tag will not tested by health check {reason, select, null {} other {({reason})}}', + tagNoHealthCheck: 'VMs with this tag will not be tested by health check {reason, select, null {} other {({reason})}}', tagNotifyOnSnapshot: 'An email will be sent when a VM with this tag is snapshotted', nbdConnections: `NBD connections`, speedLimitNoUnit: 'Speed limit',