diff --git a/src/locales/en.json b/src/locales/en.json index c18001f..d9d39ce 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -19,9 +19,7 @@ "profilemenu": { "manageyouraccount": "Manage your Hutopy account", "creator": "Creator", - "user": "User", - "accountmanagement": "Account Management", - "security": "security" + "user": "User" }, "header": { "myprofile": "My profile", diff --git a/src/locales/fr.json b/src/locales/fr.json index af58e51..e630f29 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -19,9 +19,7 @@ "profilemenu": { "manageyouraccount": "Gérer votre compte Hutopy", "creator": "Créateur", - "user": "utilisateur", - "accountmanagement": "Gestion de comptes", - "security": "Sécurité" + "user": "utilisateur" }, "header": { "myprofile": "Mon profil", diff --git a/src/views/profile/ProfilePage.vue b/src/views/profile/ProfilePage.vue index b6d6844..e7193ce 100644 --- a/src/views/profile/ProfilePage.vue +++ b/src/views/profile/ProfilePage.vue @@ -32,16 +32,6 @@ {{ $t('profilemenu.user') }} - - mdi-account - {{ $t('profilemenu.accountmanagement') }} - - - - mdi-security - {{ $t('profilemenu.security') }} - -