diff --git a/libs/ui-lib/lib/ocm/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx b/libs/ui-lib/lib/ocm/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx index fd1e71533a..b157d4b34b 100644 --- a/libs/ui-lib/lib/ocm/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx +++ b/libs/ui-lib/lib/ocm/components/clusterConfiguration/ControlPlaneNodesDropdown.tsx @@ -83,7 +83,7 @@ const ControlPlaneNodesDropdown: React.FC = ({ ); const disabledReason = - 'This option is not available with the current configurations. Make sure that OpenShift version is 4.18 or newer, CPU architecture is x86_64 and no external platform integration is selected.'; + 'This option is not available with the current configurations. Make sure that OpenShift version is 4.19 or newer, CPU architecture is x86_64 and no external platform integration is selected.'; const isNonStandardControlPlaneEnabled = newFeatureSupportLevelContext.isFeatureSupported( 'NON_STANDARD_HA_CONTROL_PLANE',