We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7e5f4 commit 8be4e2aCopy full SHA for 8be4e2a
src/Footer.tsx
@@ -564,15 +564,15 @@ const { useTranslation, addFooterTranslations } = createComponentI18nApi({
564
<a
565
href={p.licenseUrl}
566
target="_blank"
567
- title="licence etalab-2.0 - ouvre une nouvelle fenêtre"
+ title="licence etalab-2.0 - nouvelle fenêtre"
568
id="footer-etalab-licence-link"
569
>
570
licence etalab-2.0
571
</a>
572
</>
573
),
574
"our partners": "Nos partenaires",
575
- "open new window": "ouvre une nouvelle fenêtre"
+ "open new window": "nouvelle fenêtre"
576
/* spell-checker: enable */
577
}
578
});
0 commit comments