diff --git a/src/app/form/form-view/global-components/information-step/information-step.component.html b/src/app/form/form-view/global-components/information-step/information-step.component.html index 4cab13a7be7a9dedb1e564002e1f00dca4fe6591..6fd6632d4b80dd71131d57eae2e98b0745ab3c72 100644 --- a/src/app/form/form-view/global-components/information-step/information-step.component.html +++ b/src/app/form/form-view/global-components/information-step/information-step.component.html @@ -60,8 +60,12 @@ </ng-container> <ng-container *ngIf="formType === formTypeEnum.structure && step === structureFormStepEnum.noStructure"> <div class="information-step-container profile-updated no-max-width"> - <img src="../../assets/form/profileUpdated.svg" alt="image profil" /> - <p class="no-margin-top">Votre profil a bien été mis à jour.</p> + <img src="../../assets/form/profileSkip.svg" alt="image profil" /> + <h3 class="no-margin-top">La structure n'a pas vocation à être créée dans Rés'in.</h3> + <p class="no-margin-top"> + Rés'in ne référence que les structures qui disposent d'un lieu d'accueil pour faire de l'accompagnement ou de la + formation. + </p> <div class="btn"> <app-button [style]="buttonTypeEnum.Primary" diff --git a/src/app/form/form-view/global-components/information-step/information-step.component.scss b/src/app/form/form-view/global-components/information-step/information-step.component.scss index 249d23a3daa900ea9120cb6784362da30668573f..c00c408b35ac1031f913c718aff402091efec1f1 100644 --- a/src/app/form/form-view/global-components/information-step/information-step.component.scss +++ b/src/app/form/form-view/global-components/information-step/information-step.component.scss @@ -84,6 +84,14 @@ } } &.profile-updated { + h3 { + @include lato-bold-24; + text-align: center; + } + p { + @include lato-regular-18; + text-align: center; + } .centered { text-align: center; font-weight: normal;