diff --git a/frontend/src/assets/Clyde.png b/frontend/public/Clyde.png similarity index 100% rename from frontend/src/assets/Clyde.png rename to frontend/public/Clyde.png diff --git a/frontend/public/i18n/EN.txt b/frontend/public/i18n/EN.txt index a8ed237..f3bfa22 100644 --- a/frontend/public/i18n/EN.txt +++ b/frontend/public/i18n/EN.txt @@ -43,6 +43,7 @@ profile.unRegister=Unregister profile.course.list=Courses list profile.address=Address profile.picture=Profile picture +profile.change.curriculum=Change curriculum name=Name teacher=Teacher student=Student diff --git a/frontend/public/i18n/FR.txt b/frontend/public/i18n/FR.txt index d0ee8cf..f86b26c 100644 --- a/frontend/public/i18n/FR.txt +++ b/frontend/public/i18n/FR.txt @@ -43,6 +43,7 @@ profile.unRegister=Désinscription profile.course.list=Liste des cours profile.address=Adresse profile.picture=Photo de profil +profile.change.curriculum=Changer cursus name=Nom teacher=Enseignant student=Etudiant diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 7729b5b..51ca585 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -45,7 +45,7 @@