fix(xo-web): "Pro Support" instead of "pool support" in XCP-ng support tooltips (#6517)
See https://xcp-ng.org/forum/topic/6535
This commit is contained in:
parent
9e87a887cb
commit
266231ae0f
@ -21,6 +21,7 @@
|
|||||||
- [Backup] Respect HTTP proxy setting when connecting to XCP-ng/XenServer pools
|
- [Backup] Respect HTTP proxy setting when connecting to XCP-ng/XenServer pools
|
||||||
- [Dashboard/Health] Fix `an error has occurred` in case of unknown default SR (PR [#6508](https://github.com/vatesfr/xen-orchestra/pull/6508))
|
- [Dashboard/Health] Fix `an error has occurred` in case of unknown default SR (PR [#6508](https://github.com/vatesfr/xen-orchestra/pull/6508))
|
||||||
- [Backup] Really disable Healthcheck when unchecking settings [#6501](https://github.com/vatesfr/xen-orchestra/issues/6501) (PR [#6515](https://github.com/vatesfr/xen-orchestra/pull/6515))
|
- [Backup] Really disable Healthcheck when unchecking settings [#6501](https://github.com/vatesfr/xen-orchestra/issues/6501) (PR [#6515](https://github.com/vatesfr/xen-orchestra/pull/6515))
|
||||||
|
- [Pool] Improve XCP-ng Pro Support tooltips wording [Forum#6535](https://xcp-ng.org/forum/topic/6535) (PR [#6517](https://github.com/vatesfr/xen-orchestra/pull/6517))
|
||||||
|
|
||||||
### Packages to release
|
### Packages to release
|
||||||
|
|
||||||
|
@ -839,7 +839,7 @@ const messages = {
|
|||||||
poolHaDisabled: 'Disabled',
|
poolHaDisabled: 'Disabled',
|
||||||
poolGpuGroups: 'GPU groups',
|
poolGpuGroups: 'GPU groups',
|
||||||
poolRemoteSyslogPlaceHolder: 'Logging host',
|
poolRemoteSyslogPlaceHolder: 'Logging host',
|
||||||
poolSupportSourceUsers: 'Pool support not available for source users',
|
poolSupportSourceUsers: 'XCP-ng Pro Support not available for source users',
|
||||||
poolSupportXcpngOnly: 'Only available for pool of XCP-ng hosts',
|
poolSupportXcpngOnly: 'Only available for pool of XCP-ng hosts',
|
||||||
poolLicenseAlreadyFullySupported: 'The pool is already fully supported',
|
poolLicenseAlreadyFullySupported: 'The pool is already fully supported',
|
||||||
setpoolMaster: 'Master',
|
setpoolMaster: 'Master',
|
||||||
|
Loading…
Reference in New Issue
Block a user