File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 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 },
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}
Original file line number Diff line number Diff line change 66 FlexBox ,
77 Title ,
88 Text ,
9- Label ,
109 Input ,
1110 Button ,
1211 Grid ,
Original file line number Diff line number Diff 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' ) } >
You can’t perform that action at this time.
0 commit comments