diff --git a/src/frontend/src/layout/Footer.tsx b/src/frontend/src/layout/Footer.tsx index d7b53941..177bab96 100644 --- a/src/frontend/src/layout/Footer.tsx +++ b/src/frontend/src/layout/Footer.tsx @@ -261,7 +261,7 @@ export const Footer = () => { {t('links.accessibility')} - + { {t('links.technicalDetails')} - - - {t('links.code')} - - {t('mentions')}{' '} @@ -295,6 +284,17 @@ export const Footer = () => { > {t('license')} + . +
{t('links.codeAnnotation')}{' '} + + {t('links.code')} + + .
diff --git a/src/frontend/src/locales/de/global.json b/src/frontend/src/locales/de/global.json index 552486c8..1cac45f9 100644 --- a/src/frontend/src/locales/de/global.json +++ b/src/frontend/src/locales/de/global.json @@ -36,6 +36,7 @@ "data": "", "accessibility": "", "ariaLabel": "", + "codeAnnotation": "", "code": "", "technicalDetails": "", "termsOfService": "" diff --git a/src/frontend/src/locales/en/global.json b/src/frontend/src/locales/en/global.json index b065f1c9..3ec2dabb 100644 --- a/src/frontend/src/locales/en/global.json +++ b/src/frontend/src/locales/en/global.json @@ -36,6 +36,7 @@ "data": "Personal Data and Cookies", "accessibility": "Accessibility: non-compliant", "ariaLabel": "new window", + "codeAnnotation": "Our code is open and available on this", "code": "Open Source Code Repository", "technicalDetails": "Technical Notice", "termsOfService": "Terms of service" diff --git a/src/frontend/src/locales/fr/global.json b/src/frontend/src/locales/fr/global.json index 36492059..8a4e57ab 100644 --- a/src/frontend/src/locales/fr/global.json +++ b/src/frontend/src/locales/fr/global.json @@ -36,7 +36,8 @@ "data": "Données personnelles et cookie", "accessibility": "Accessibilités : non conforme", "ariaLabel": "nouvelle fenêtre", - "code": "Dépôt de code Open Source", + "codeAnnotation": "Notre code est ouvert et disponible sur ce", + "code": "dépôt de code Open Source", "technicalDetails": "Fiche Technique", "termsOfService": "Conditions d'utilisation" }, diff --git a/src/frontend/src/locales/nl/global.json b/src/frontend/src/locales/nl/global.json index 6a87c206..cdf7ce9c 100644 --- a/src/frontend/src/locales/nl/global.json +++ b/src/frontend/src/locales/nl/global.json @@ -35,6 +35,7 @@ "data": "Persoonlijke gegevens en cookies", "accessibility": "Toegankelijkheid: audit in uitvoering", "ariaLabel": "nieuw venster", + "codeAnnotation": "Onze code is open en beschikbaar op dit", "code": "Open Source Code Repository", "technicalDetails": "Technische fiche", "termsOfService": "Gebruiksvoorwaarden"