diff --git a/locales/fr/asciidoc.json b/locales/fr/asciidoc.json
index 4687ee9fb..007952df7 100644
--- a/locales/fr/asciidoc.json
+++ b/locales/fr/asciidoc.json
@@ -6,5 +6,5 @@
"asciidoc.edit.link.content": "Tous les documents Adoptium sont open source. Vous voyez quelque chose qui ne va pas ou qui n'est pas clair ?",
"asciidoc.edit.link.button": "Modifier cette page",
"asciidoc.table.of.contents": "Table des matières",
- "asciidoc.random.contributor.text": "Merci {{login}} d'avoir faire {{contributionsCount}} contributions dans {{repo}}"
+ "asciidoc.random.contributor.text": "Merci {{login}} d'avoir faire {{contributionsCount}} contribution(s) dans {{repo}}"
}
\ No newline at end of file
diff --git a/src/components/RandomContributor/index.tsx b/src/components/RandomContributor/index.tsx
index 239a06371..e44ea55c9 100644
--- a/src/components/RandomContributor/index.tsx
+++ b/src/components/RandomContributor/index.tsx
@@ -30,7 +30,7 @@ const RandomContributor = (): JSX.Element => {