Skip to content

Commit 7f9a96b

Browse files
committed
fixes
1 parent f6a4ca5 commit 7f9a96b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

public/locales/en.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283
"success": "Success",
284284
"displayName": "Display Name",
285285
"name": "Name",
286-
"componentSelection":"Component Selection",
286+
"componentSelection": "Component Selection",
287287
"search": "Search",
288288
"components": "Components"
289289
},
@@ -304,9 +304,10 @@
304304
"dialogTitle": "Create Managed Control Plane",
305305
"titleText": "Managed Control Plane Created Successfully!",
306306
"subtitleText": "Your Managed Control Plane is being set up. It will be ready to use in just a few minutes. You can safely close this window."
307-
}, "componentsSelection": {
308-
"selectComponents": "Select Components",
309-
"selectedComponents": "Selected Components",
310-
"pleaseSelectComponents": "Choose the components you want to add to your Managed Control Plane."
311-
}
307+
},
308+
"componentsSelection": {
309+
"selectComponents": "Select Components",
310+
"selectedComponents": "Selected Components",
311+
"pleaseSelectComponents": "Choose the components you want to add to your Managed Control Plane."
312+
}
312313
}

src/components/ComponentsSelection/ComponentsSelection.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
FlexBox,
77
Title,
88
Text,
9-
Label,
109
Input,
1110
Button,
1211
Grid,

src/components/Wizards/CreateManagedControlPlaneWizardContainer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
Grid,
1818
List,
1919
ListItemStandard,
20+
Title,
2021
Ui5CustomEvent,
2122
Wizard,
2223
WizardDomRef,
@@ -333,7 +334,7 @@ export const CreateManagedControlPlaneWizardContainer: FC<
333334
selected={selectedStep === 'summarize'}
334335
data-step="summarize"
335336
>
336-
<h1>{t('common.summarize')}</h1>
337+
<Title>{t('common.summarize')}</Title>
337338
<Grid defaultSpan="XL6 L6 M6 S6">
338339
<div>
339340
<List headerText={t('common.metadata')}>

0 commit comments

Comments
 (0)