Skip to content

Commit fd673c8

Browse files
Merge pull request #13622 from rhamilto/CONSOLE-3948
CONSOLE-3948: rename 'supported but not recommended' to 'known issues…
2 parents b86f733 + 224c200 commit fd673c8

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

frontend/public/components/cluster-settings/cluster-settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ export const ClusterVersionDetailsTable: React.FC<ClusterVersionDetailsTableProp
11511151
isInline
11521152
isPlain
11531153
title={t(
1154-
'public~Click "Select a version" to view supported but not recommended versions.',
1154+
'public~Click "Select a version" to view versions with known issues.',
11551155
)}
11561156
variant="info"
11571157
data-test="cv-not-recommended-alert"

frontend/public/components/modals/cluster-update-modal.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const ClusterUpdateModal = withHandlePromise((props: ClusterUpdateModalProps) =>
188188
options.unshift({
189189
items: notRecommendedOptions,
190190
key: 'notRecommended',
191-
label: t('public~Supported but not recommended'),
191+
label: t('public~Have known issues'),
192192
});
193193
}
194194
const helpURL = getDocumentationURL(documentationURLs.updateUsingCustomMachineConfigPools);
@@ -213,10 +213,10 @@ const ClusterUpdateModal = withHandlePromise((props: ClusterUpdateModalProps) =>
213213
switchIsDisabled={notRecommendedOptions.length === 0}
214214
switchLabel={
215215
<>
216-
{t('public~Include supported but not recommended versions')}
216+
{t('public~Include versions with known issues')}
217217
<FieldLevelHelp>
218218
{t(
219-
'public~These versions are supported, but not recommended. Review the known risks before updating.',
219+
'public~These versions are supported, but include known issues. Review the known issues before updating.',
220220
)}
221221
</FieldLevelHelp>
222222
</>
@@ -231,7 +231,7 @@ const ClusterUpdateModal = withHandlePromise((props: ClusterUpdateModalProps) =>
231231
className="pf-v5-u-mt-sm"
232232
isInline
233233
title={t(
234-
'public~Updating this cluster to {{desiredVersion}} is supported, but not recommended as it might not be optimized for some components in this cluster.',
234+
'public~Updating this cluster to {{desiredVersion}} is supported, but includes known issues. Review the known issues before updating.',
235235
{ desiredVersion: desiredNotRecommendedUpdate.release.version },
236236
)}
237237
variant="info"

frontend/public/locales/en/public.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"Resume all updates": "Resume all updates",
166166
"Control plane is hosted.": "Control plane is hosted.",
167167
"Update status": "Update status",
168-
"Click \"Select a version\" to view supported but not recommended versions.": "Click \"Select a version\" to view supported but not recommended versions.",
168+
"Click \"Select a version\" to view versions with known issues.": "Click \"Select a version\" to view versions with known issues.",
169169
"Subscription": "Subscription",
170170
"OpenShift Cluster Manager": "OpenShift Cluster Manager",
171171
"Desired release image": "Desired release image",
@@ -805,11 +805,11 @@
805805
"Other available paths": "Other available paths",
806806
"Version {{desiredVersion}} not found among the supported updates. Select another version.": "Version {{desiredVersion}} not found among the supported updates. Select another version.",
807807
"Recommended": "Recommended",
808-
"Supported but not recommended": "Supported but not recommended",
808+
"Have known issues": "Have known issues",
809809
"Select new version": "Select new version",
810-
"Include supported but not recommended versions": "Include supported but not recommended versions",
811-
"These versions are supported, but not recommended. Review the known risks before updating.": "These versions are supported, but not recommended. Review the known risks before updating.",
812-
"Updating this cluster to {{desiredVersion}} is supported, but not recommended as it might not be optimized for some components in this cluster.": "Updating this cluster to {{desiredVersion}} is supported, but not recommended as it might not be optimized for some components in this cluster.",
810+
"Include versions with known issues": "Include versions with known issues",
811+
"These versions are supported, but include known issues. Review the known issues before updating.": "These versions are supported, but include known issues. Review the known issues before updating.",
812+
"Updating this cluster to {{desiredVersion}} is supported, but includes known issues. Review the known issues before updating.": "Updating this cluster to {{desiredVersion}} is supported, but includes known issues. Review the known issues before updating.",
813813
"Update options": "Update options",
814814
"Full cluster update allows you to update all your Nodes, but takes longer. Partial cluster update allows you to pause worker and custom pool Nodes to accommodate your maintenance schedule, but you'll need to resume the non-control plane Node updates within 60 days to avoid failure.": "Full cluster update allows you to update all your Nodes, but takes longer. Partial cluster update allows you to pause worker and custom pool Nodes to accommodate your maintenance schedule, but you'll need to resume the non-control plane Node updates within 60 days to avoid failure.",
815815
"Full cluster update": "Full cluster update",

0 commit comments

Comments
 (0)