From 049bf2679f8f6f657d45f4fd85ff56a5de030d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pott?= Date: Tue, 19 Sep 2017 21:23:13 +0200 Subject: [PATCH] Improve FR translation --- src/lang/fr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lang/fr.js b/src/lang/fr.js index 81963c1..8b2ec0f 100644 --- a/src/lang/fr.js +++ b/src/lang/fr.js @@ -2,10 +2,10 @@ const fr = { headings: { contact: 'Contact', - experience: 'Expériences professionelles', + experience: 'Expérience professionelle', education: 'Formation', skills: 'Compétences', - about: 'C\'est moi' + about: 'À propos de moi' } }; export default fr;