diff --git a/src/views/about.html b/src/views/about.html
index 80ab68f..8993e2f 100644
--- a/src/views/about.html
+++ b/src/views/about.html
@@ -13,7 +13,7 @@
Colour Contrast Analyser (CCA)
Version
Developed by TPGi
Under GNU GPL v3.0
- The funding for the original WCAG version of the Colour Contrast tool was provided by the Trace Center under grant #H133E030012 from the National Institute on Disability and Rehabilitation Research (NIDRR). However no endorsement of the work by NIDILR should be inferred.
+ The funding for the original WCAG version of the Colour Contrast tool was provided by the Trace Center under grant #H133E030012 from the National Institute on Disability and Rehabilitation Research (NIDRR). However no endorsement of the work by NIDILR should be inferred.
diff --git a/src/views/js/about.js b/src/views/js/about.js
index 77d6744..f44c1a6 100644
--- a/src/views/js/about.js
+++ b/src/views/js/about.js
@@ -34,6 +34,7 @@ function translateHTML(i18n) {
document.querySelector('h1#header-main').textContent = i18n['Colour Contrast Analyser (CCA)'];
document.querySelector('#i18n-version').textContent = i18n['Version'];
document.querySelector('#i18n-developed').textContent = i18n['Developed by'];
+ if (i18n['NIDRR']) document.querySelector('#i18n-nidrr').textContent = i18n['NIDRR'];
document.querySelector('h2#header-translations').textContent = i18n['Translations'];
document.querySelector('h2#header-exLinks').textContent = i18n['External links'];
const exLink_listitem = document.querySelectorAll('ul#list-exLinks > li > A');
diff --git a/src/views/translations/fr.json b/src/views/translations/fr.json
index 244e3f0..fc90e71 100644
--- a/src/views/translations/fr.json
+++ b/src/views/translations/fr.json
@@ -147,7 +147,7 @@
"Version": "Version",
"Developed by": "Développé par",
"Under": "Sous",
- "The funding for the original WCAG version of the Colour Contrast tool was provided by the Trace Center under grant #H133E030012 from the National Institute on Disability and Rehabilitation Research (NIDRR). However no endorsement of the work by NIDILR should be inferred.": "The funding for the original WCAG version of the Colour Contrast tool was provided by the Trace Center under grant #H133E030012 from the National Institute on Disability and Rehabilitation Research (NIDRR). However no endorsement of the work by NIDILR should be inferred.",
+ "NIDRR": "Le financement pour la version originale de l'outil de contraste de couleur WCAG (CCA) a été fourni par le Trace Center dans le cadre de la subvention n°H133E030012 de l'Institut national de recherche sur le handicap et la réadaptation (NIDRR). Cependant, aucune approbation du travail par le NIDILR ne doit être déduite.",
"Translations": "Traductions",
"External links": "Liens externes",
"TPGi Resources": "Ressources TPGi",