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

- +
@@ -248,8 +248,8 @@

${project.name}

li.innerHTML = ` ${todo.text}
- - + +
`; if (todo.done) {