From 6cc939ca4a1cc26e8f6ed1ebc2ca676b932bcb8a Mon Sep 17 00:00:00 2001 From: Nico <92774152+niltied@users.noreply.github.com> Date: Sun, 28 Jan 2024 14:33:07 +0100 Subject: [PATCH] Changing the translation of 'Notes' Changed the translation for the word "Notes" from "Remarques" to "Notes" (as in English). --- i18n/fr.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/fr.toml b/i18n/fr.toml index ade4ecfa7..c42d30b3c 100644 --- a/i18n/fr.toml +++ b/i18n/fr.toml @@ -117,7 +117,7 @@ other = "Suite" other = "Afficher le certificat" [notes] -other = "Remarques" +other = "Notes" [disclaimer_text] other = "Avis de responsabilité" @@ -127,4 +127,4 @@ other = "Chercher" [minute] one = "minute" -other = "minutes" \ No newline at end of file +other = "minutes"