From d3ec797454c486113e8d44e1d833f1dcd8fc41b1 Mon Sep 17 00:00:00 2001 From: Florent Beauchamp Date: Wed, 18 Jan 2023 16:59:45 +0100 Subject: [PATCH 1/3] fix(xo-web): clarify windows update label --- CHANGELOG.unreleased.md | 2 ++ packages/xo-web/src/common/intl/messages.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 6b7256c8a25..cbe64e52f77 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,6 +8,7 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” - [REST API] Expose `residentVms` property on hosts objects +- [Vm settings] clarify `windows update` label [#6632](https://github.com/vatesfr/xen-orchestra/issues/6632) ### Bug fixes @@ -41,5 +42,6 @@ - vhd-lib patch - xo-server minor - xo-server-perf-alert patch +- xo-web minor diff --git a/packages/xo-web/src/common/intl/messages.js b/packages/xo-web/src/common/intl/messages.js index 3f82319b7da..37fe87f8164 100644 --- a/packages/xo-web/src/common/intl/messages.js +++ b/packages/xo-web/src/common/intl/messages.js @@ -1098,7 +1098,7 @@ const messages = { hardwareVirtualizedMode: 'Hardware virtualization (HVM)', hvmModeWithPvDriversEnabled: 'Hardware virtualization with paravirtualization drivers enabled (PVHVM)', pvInPvhMode: 'PV inside a PVH container (PV in PVH)', - windowsUpdateTools: 'Windows Update tools', + windowsUpdateTools: 'Manage Citrix PV drivers via Windows Update', // ----- VM stat tab ----- statsCpu: 'CPU usage', From 2749504e93896cb6b5590cae0c41d6bd2c44098b Mon Sep 17 00:00:00 2001 From: Florent BEAUCHAMP Date: Wed, 18 Jan 2023 17:12:53 +0100 Subject: [PATCH 2/3] Update CHANGELOG.unreleased.md Co-authored-by: Julien Fontanet --- CHANGELOG.unreleased.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index cbe64e52f77..8bc863fb8f6 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,7 +8,7 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” - [REST API] Expose `residentVms` property on hosts objects -- [Vm settings] clarify `windows update` label [#6632](https://github.com/vatesfr/xen-orchestra/issues/6632) +- [VM/Advanced] Clarify *Windows Update* label [#6632](https://github.com/vatesfr/xen-orchestra/issues/6632) ### Bug fixes From e7c1cbc758c14930a3a4a561ed81d97104ec91b7 Mon Sep 17 00:00:00 2001 From: Florent BEAUCHAMP Date: Wed, 18 Jan 2023 17:16:05 +0100 Subject: [PATCH 3/3] Update CHANGELOG.unreleased.md Co-authored-by: Mathieu <70369997+MathieuRA@users.noreply.github.com> --- CHANGELOG.unreleased.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 8bc863fb8f6..d3758a7a644 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -8,7 +8,7 @@ > Users must be able to say: “Nice enhancement, I'm eager to test it” - [REST API] Expose `residentVms` property on hosts objects -- [VM/Advanced] Clarify *Windows Update* label [#6632](https://github.com/vatesfr/xen-orchestra/issues/6632) +- [VM/Advanced] Clarify *Windows Update* label [#6628](https://github.com/vatesfr/xen-orchestra/issues/6628) (PR [#6632](https://github.com/vatesfr/xen-orchestra/pull/6632)) ### Bug fixes