From 55aa0b17b575f450a24536fe59c2eb7f7ee5dbd2 Mon Sep 17 00:00:00 2001 From: Anne-Sophie Tranchet Date: Wed, 10 Apr 2024 15:00:57 +0200 Subject: [PATCH] Add space in wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit En France, on met un espace avant et après les ":" Signed-off-by: Anne-Sophie Tranchet --- src/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Footer.tsx b/src/Footer.tsx index dfa2ec1f..b11ffff8 100644 --- a/src/Footer.tsx +++ b/src/Footer.tsx @@ -483,7 +483,7 @@ export const Footer = memo( }) ]), id({ - "text": `${t("accessibility")}: ${t(accessibility)}`, + "text": `${t("accessibility")} : ${t(accessibility)}`, "linkProps": accessibilityLinkProps ?? ({} as any) }), ...(termsLinkProps === undefined