diff --git a/docusaurus.config.js b/docusaurus.config.js
index f1ae77a898f6542c7fe848fb9d2c23766e99d27b..9b6ea4ff63e203837fc3d19eb348101effea7144 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -29,6 +29,7 @@ const config = {
       ({
         docs: false,
         blog: {
+          blogSidebarTitle: 'Articles récents',
           showReadingTime: true,
           // Please change this to your repo.
           // Remove this to remove the "edit this page" links.
@@ -58,7 +59,7 @@ const config = {
         items: [
           {
             to: '/', 
-            label: 'Home', 
+            label: 'Accueil', 
             position: 'right',
             activeBaseRegex: '^/$'
           },