diff --git a/packages/app/src/app/(default)/index-egapro/declaration/commencer/CommencerForm.tsx b/packages/app/src/app/(default)/index-egapro/declaration/commencer/CommencerForm.tsx index 323fdac5a..49865aab3 100644 --- a/packages/app/src/app/(default)/index-egapro/declaration/commencer/CommencerForm.tsx +++ b/packages/app/src/app/(default)/index-egapro/declaration/commencer/CommencerForm.tsx @@ -277,8 +277,9 @@ export const CommencerForm = ({ monCompteProHost }: { monCompteProHost: string } )}
+ Vous souhaitez rattacher votre adresse email à un autre Siren,{" "} - Vous ne trouvez pas le Siren sur lequel faire votre déclaration ? + cliquez ici
diff --git a/packages/app/src/app/(default)/index-egapro/declaration/declarationFunnelConfiguration.ts b/packages/app/src/app/(default)/index-egapro/declaration/declarationFunnelConfiguration.ts index b9fee7625..3357edc8d 100644 --- a/packages/app/src/app/(default)/index-egapro/declaration/declarationFunnelConfiguration.ts +++ b/packages/app/src/app/(default)/index-egapro/declaration/declarationFunnelConfiguration.ts @@ -33,7 +33,7 @@ class StaticConfigItem { * Static configuration of the funnel. Reachable server side. */ export const funnelStaticConfig: StaticConfig = { - commencer: new StaticConfigItem("commencer", "Commencer la déclaration"), + commencer: new StaticConfigItem("commencer", "Commencer la déclaration de l'index de l'égalité professionnelle"), "augmentations-et-promotions": new StaticConfigItem( "augmentations-et-promotions", "Écart de taux d’augmentations individuelles entre les femmes et les hommes", diff --git a/packages/app/src/app/(default)/representation-equilibree/(funnel)/commencer/Form.tsx b/packages/app/src/app/(default)/representation-equilibree/(funnel)/commencer/Form.tsx index 14d2d77f9..2ccaeb318 100644 --- a/packages/app/src/app/(default)/representation-equilibree/(funnel)/commencer/Form.tsx +++ b/packages/app/src/app/(default)/representation-equilibree/(funnel)/commencer/Form.tsx @@ -170,8 +170,9 @@ export const CommencerForm = ({ session, monCompteProHost }: { monCompteProHost: )}+ Vous souhaitez rattacher votre adresse email à un autre Siren,{" "} - Vous ne trouvez pas le Siren sur lequel faire votre déclaration ? + cliquez ici