You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/UpgradeVersion.tsx
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -221,7 +221,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
221
221
setHoveredUpdate(null)
222
222
}}
223
223
title='Incompatible kubernetes version'
224
-
description={`The kubernetes version of your cluster is not supported with this version of Application Platform. Please upgrade your cluster kubernetes version to ${hoveredUpdate?.supported_k8s_versions?.join(
224
+
description={`The kubernetes version of your cluster is not supported with this version of App Platform. Please upgrade your cluster kubernetes version to ${hoveredUpdate?.supported_k8s_versions?.join(
225
225
', ',
226
226
)}`}
227
227
/>
@@ -262,7 +262,7 @@ export default function UpgradesCard({ version }: Props): React.ReactElement | n
262
262
children={
263
263
<>
264
264
<Typographysx={{marginRight: '2rem'}}>
265
-
You are about to upgrade Application Platform from {version} to {upgradeVersion}.
265
+
You are about to upgrade App Platform from {version} to {upgradeVersion}.
266
266
</Typography>
267
267
<Typographysx={{marginRight: '2rem'}}>This action cannot be undone.</Typography>
268
268
<Typographysx={{mt: '1rem',mr: '2rem'}}>Please confirm to proceed or cancel to go back.</Typography>
0 commit comments