diff --git a/src/locales/en.json b/src/locales/en.json
index 2ab9aff..7acd23b 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -27,5 +27,9 @@
"user": "User",
"accountmanagement": "Account Management",
"security": "security"
+ },
+ "header": {
+ "myprofile": "My profile",
+ "wallet": "Wallet"
}
}
\ No newline at end of file
diff --git a/src/locales/fr.json b/src/locales/fr.json
index 6759acf..70a83a1 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -27,6 +27,10 @@
"user": "utilisateur",
"accountmanagement": "Gestion de comptes",
"security": "Sécurité"
+ },
+ "header": {
+ "myprofile": "Mon profil",
+ "wallet": "PorteFeuille"
}
}
\ No newline at end of file
diff --git a/src/views/main/Header.vue b/src/views/main/Header.vue
index 48c12db..1859712 100644
--- a/src/views/main/Header.vue
+++ b/src/views/main/Header.vue
@@ -79,10 +79,7 @@