Skip to content

Commit 55aa0b1

Browse files
authored
Add space in wording
En France, on met un espace avant et après les ":" Signed-off-by: Anne-Sophie Tranchet <anne-sophie.tranchet@beta.gouv.fr>
1 parent 250d05c commit 55aa0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ export const Footer = memo(
483483
})
484484
]),
485485
id<FooterProps.BottomItem>({
486-
"text": `${t("accessibility")}: ${t(accessibility)}`,
486+
"text": `${t("accessibility")} : ${t(accessibility)}`,
487487
"linkProps": accessibilityLinkProps ?? ({} as any)
488488
}),
489489
...(termsLinkProps === undefined

0 commit comments

Comments
 (0)