Skip to content

Commit 8be4e2a

Browse files
Update Footer.tsx
Update title link for best accessibility Signed-off-by: Rebecca Dumazert <[email protected]>
1 parent 7b7e5f4 commit 8be4e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Footer.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -564,15 +564,15 @@ const { useTranslation, addFooterTranslations } = createComponentI18nApi({
564564
<a
565565
href={p.licenseUrl}
566566
target="_blank"
567-
title="licence etalab-2.0 - ouvre une nouvelle fenêtre"
567+
title="licence etalab-2.0 - nouvelle fenêtre"
568568
id="footer-etalab-licence-link"
569569
>
570570
licence etalab-2.0
571571
</a>
572572
</>
573573
),
574574
"our partners": "Nos partenaires",
575-
"open new window": "ouvre une nouvelle fenêtre"
575+
"open new window": "nouvelle fenêtre"
576576
/* spell-checker: enable */
577577
}
578578
});

0 commit comments

Comments
 (0)