diff --git a/todo_app/index.html b/todo_app/index.html
index 4d2e589..d490996 100644
--- a/todo_app/index.html
+++ b/todo_app/index.html
@@ -78,45 +78,45 @@
TodoMaster Pro
-
Your Todo Projects
+
Vos Projets de Tâches
-
+
-
Settings
-
+ Paramètres
+
-
Help
-
Welcome to TodoMaster Pro! Here's how to use the app:
+
Aide
+
Bienvenue sur TodoMaster Pro ! Voici comment utiliser l'application :
- - Create new projects from the home page
- - Add, edit, and remove tasks within each project
- - Use voice commands to add tasks or read your list
- - Change the language in the settings
+ - Créez de nouveaux projets depuis la page d'accueil
+ - Ajoutez, modifiez et supprimez des tâches dans chaque projet
+ - Utilisez des commandes vocales pour ajouter des tâches ou lire votre liste
+ - Changez la langue dans les paramètres
-
-
+
+
-
Undone Todos
+
Tâches Non Terminées
-
Done Todos
+
Tâches Terminées
@@ -248,8 +248,8 @@ ${project.name}
li.innerHTML = `
${todo.text}
-
-
+
+
`;
if (todo.done) {