Skip to content

Commit

Permalink
Add space in wording
Browse files Browse the repository at this point in the history
En France, on met un espace avant et après les ":"

Signed-off-by: Anne-Sophie Tranchet <anne-sophie.tranchet@beta.gouv.fr>
  • Loading branch information
astranchet committed Apr 10, 2024
1 parent 250d05c commit 55aa0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Footer.tsx
Expand Up @@ -483,7 +483,7 @@ export const Footer = memo(
})
]),
id<FooterProps.BottomItem>({
"text": `${t("accessibility")}: ${t(accessibility)}`,
"text": `${t("accessibility")} : ${t(accessibility)}`,
"linkProps": accessibilityLinkProps ?? ({} as any)
}),
...(termsLinkProps === undefined
Expand Down

0 comments on commit 55aa0b1

Please sign in to comment.