Skip to content

Commit

Permalink
fix(xo-web): clarify windows update label
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeauchamp committed Jan 18, 2023
1 parent 3c7d316 commit d3ec797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -41,5 +42,6 @@
- vhd-lib patch
- xo-server minor
- xo-server-perf-alert patch
- xo-web minor

<!--packages-end-->
2 changes: 1 addition & 1 deletion packages/xo-web/src/common/intl/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d3ec797

Please sign in to comment.