Skip to content

Commit d3bdf4f

Browse files
authored
MGMT-12995: Custom OCP releases - solving typo errors in text (#2538)
1 parent 36305a1 commit d3bdf4f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: libs/locales/lib/en/translation.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@
618618
"ai:Pending validations:": "Pending validations:",
619619
"ai:Platform network settings": "Platform network settings",
620620
"ai:Platform requirements": "Platform requirements",
621+
"ai:Please note that this version is not maintained anymore.": "Please note that this version is not maintained anymore.",
621622
"ai:Please note that this version is not production-ready.": "Note that this version is not production-ready.",
622-
"ai:Please note that this version that is not maintained anymore.": "Note that this version that is not maintained anymore.",
623623
"ai:Please refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:": "Refer to the <2>OpenShift networking documentation</2> to configure your cluster's networking, including:",
624624
"ai:Please select a subnet. ({{hostSubnetLength}} available)": "Select a subnet. ({{hostSubnetLength}} available)",
625625
"ai:Please select at least 3 hosts for the cluster.": "Select at least 3 hosts for the cluster.",

Diff for: libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmOpenShiftVersionSelect.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ const getOpenshiftVersionHelperText = (
4747
if (selectedVersion.supportLevel !== 'production') {
4848
let messageSelectedVersion = t('ai:Please note that this version is not production-ready.');
4949
if (selectedVersion.supportLevel === 'end-of-life') {
50-
messageSelectedVersion = t(
51-
'ai:Please note that this version that is not maintained anymore.',
52-
);
50+
messageSelectedVersion = t('ai:Please note that this version is not maintained anymore.');
5351
}
5452
return (
5553
<>

0 commit comments

Comments
 (0)