diff --git a/src/locales/fr.json b/src/locales/fr.json
index eaf0e66..6759acf 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -28,4 +28,5 @@
"accountmanagement": "Gestion de comptes",
"security": "Sécurité"
}
+
}
\ No newline at end of file
diff --git a/src/views/profile/ProfilePage.vue b/src/views/profile/ProfilePage.vue
index e72459a..5b28fab 100644
--- a/src/views/profile/ProfilePage.vue
+++ b/src/views/profile/ProfilePage.vue
@@ -24,22 +24,22 @@
mdi-file-edit-outline
- Créateur
+ {{ $t('profilemenu.creator') }}
mdi-information
- Utilisateur
+ {{ $t('profilemenu.user') }}
mdi-account
- Gestion de Comptes
+ {{ $t('profilemenu.accountmanagement') }}
mdi-security
- Sécurité
+ {{ $t('profilemenu.security') }}