Skip to content

Commit

Permalink
fix: wording for commencer page (#2309)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 authored Jun 21, 2024
1 parent c5a9017 commit 4bfd66d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,9 @@ export const CommencerForm = ({ monCompteProHost }: { monCompteProHost: string }
)}

<p>
Vous souhaitez rattacher votre adresse email à un autre Siren,{" "}
<Link href={`${monCompteProHost}/manage-organizations`} target="_blank">
Vous ne trouvez pas le Siren sur lequel faire votre déclaration ?
cliquez ici
</Link>
</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,9 @@ export const CommencerForm = ({ session, monCompteProHost }: { monCompteProHost:
</Select>
)}
<p>
Vous souhaitez rattacher votre adresse email à un autre Siren,{" "}
<Link href={`${monCompteProHost}/manage-organizations`} target="_blank">
Vous ne trouvez pas le Siren sur lequel faire votre déclaration ?
cliquez ici
</Link>
</p>
<BackNextButtonsGroup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const TITLES = {
commencer: "Commencer",
commencer: "Commencer la déclaration des écarts de représentation",
declarant: "Informations déclarant",
entreprise: "Informations entreprise",
"periode-reference": "Période de référence",
Expand Down

0 comments on commit 4bfd66d

Please sign in to comment.