Skip to content

Commit 390db27

Browse files
committed
feat: adjust create e-service step one section
1 parent b8ae6cf commit 390db27

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

src/pages/ProviderEServiceCreatePage/components/EServiceCreateStepGeneral/EServiceCreateStepGeneral.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ export const EServiceCreateStepGeneral: React.FC = () => {
200200
sx={{ mb: 0, mt: 3 }}
201201
required
202202
/>
203-
203+
</SectionContainer>
204+
<SectionContainer title={t('create.step1.detailsSection.title')}>
204205
{!isEserviceFromTemplate && (
205206
<Alert severity="warning" sx={{ mb: 0, mt: 3 }}>
206207
{t('create.step1.firstVersionOnlyEditableInfo')}

src/static/locales/en/eservice.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
"checkboxLabel": "I authorize delegates to associate their clients with the purposes they have created as delegates for use. Read the <1>documentation</1> for further information"
8787
}
8888
},
89+
"detailsSection": {
90+
"title": "E-service details"
91+
},
8992
"firstVersionOnlyEditableInfo": "This data will no longer be editable after the first version of the e-service is published."
9093
},
9194
"stepPurpose": {

src/static/locales/it/eservice.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@
8686
"checkboxLabel": "Autorizzo che i delegati possano associare i propri client alle finalità che hanno creato in qualità di delegati alla fruizione. Consulta la <1>documentazione</1> per approfondire"
8787
}
8888
},
89+
"detailsSection": {
90+
"title": "Dettagli dell'e-service"
91+
},
8992
"firstVersionOnlyEditableInfo": "Questi dati non saranno più modificabili dopo la pubblicazione della prima versione dell’e-service."
9093
},
9194
"stepPurpose": {

0 commit comments

Comments
 (0)