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',