Skip to content

Commit

Permalink
feat(xo-web/installPatches): update confirmation messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaa-BARHTAOUI committed Mar 29, 2022
1 parent 5de5a80 commit 65af29a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
- [Delta Backup/Restore] Ability to ignore some VDIs (PR [#6143](https://github.com/vatesfr/xen-orchestra/pull/6143))
- [Rolling Pool Update] Don't update if some of the hosts are not running
- [VM form] Add link to documentation on secure boot in the Advanced tab (PR [#6146](https://github.com/vatesfr/xen-orchestra/pull/6146))
- [Install patches] Update confirmation messages for patch installation (PR [#6159](https://github.com/vatesfr/xen-orchestra/pull/6159))

### Bug fixes

Expand Down
8 changes: 5 additions & 3 deletions packages/xo-web/src/common/intl/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,8 @@ const messages = {
installAllPatchesTitle: 'Install all patches',
installAllPatchesContent: 'To install all patches go to pool.',
installAllPatchesRedirect: 'Go to pool',
installAllPatchesOnHostContent: 'Are you sure you want to install all patches on this host?',
installAllPatchesOnHostContent:
'This will automatically restart toolstack and running VMs will not be affected. Are you sure you want to continue and install all patches on this host?',
patchRelease: 'Release',
updatePluginNotInstalled:
'An error occurred while fetching the patches. Please make sure the updater plugin is installed by running `yum install xcp-ng-updater` on the host.',
Expand All @@ -1002,9 +1003,10 @@ const messages = {
install: 'Install',
installPatchesTitle: 'Install patch{nPatches, plural, one {} other {es}}',
installPatchesContent:
'Are you sure you want to install {nPatches, number} patch{nPatches, plural, one {} other {es}}?',
'This will automatically restart toolstack on each host and running VMs will not be affected. Are you sure you want to continue and install {nPatches, number} patch{nPatches, plural, one {} other {es}}?',
installPoolPatches: 'Install pool patches',
confirmPoolPatch: 'Are you sure you want to install all the patches on this pool?',
confirmPoolPatch:
'This will automatically restart toolstack on each host and running VMs will not be affected. Are you sure you want to continue and install all the patches on this pool?',
rollingPoolUpdate: 'Rolling pool update',
rollingPoolUpdateMessage:
'Are you sure you want to start a rolling pool update? Running VMs will be migrated back and forth and this can take a while.',
Expand Down

0 comments on commit 65af29a

Please sign in to comment.