Standardisation: Replace 'account' by 'profile'
This commit is contained in:
parent
31bf30830d
commit
e3a5944ccc
3 changed files with 3 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
%nav.fr-translate.fr-nav{ role: "navigation", "aria-label"=> t('menu_aria_label', scope: [:layouts]) }
|
||||
%nav.fr-translate.fr-nav{ role: "navigation", "aria-label"=> t('my_account', scope: [:layouts]) }
|
||||
.fr-nav__item
|
||||
%button.account-btn.fr-translate__btn.fr-btn{ "aria-controls" => "account", "aria-expanded" => "false", :title => t('my_account', scope: [:layouts]) }
|
||||
%span= current_email
|
||||
|
|
|
@ -2,7 +2,6 @@ en:
|
|||
layouts:
|
||||
header:
|
||||
files: My files
|
||||
menu_aria_label: 'Menu my profile'
|
||||
go_superadmin: "Switch to super-admin"
|
||||
go_user: "Switch to user"
|
||||
go_instructor: "Switch to instructor"
|
||||
|
@ -11,7 +10,7 @@ en:
|
|||
go_gestionnaire: "Switch to admins group manager"
|
||||
profile: "See my profile"
|
||||
logout: "Log out"
|
||||
my_account: "My account"
|
||||
my_account: "My profile"
|
||||
connected_as: "connected as %{profile}"
|
||||
instructeur: instructor
|
||||
administrateur: admin
|
||||
|
|
|
@ -2,7 +2,6 @@ fr:
|
|||
layouts:
|
||||
header:
|
||||
files: Mes dossiers
|
||||
menu_aria_label: 'Menu mon profil'
|
||||
go_superadmin: "Passer en super-admin"
|
||||
go_user: "Passer en usager"
|
||||
go_instructor: "Passer en instructeur"
|
||||
|
@ -11,7 +10,7 @@ fr:
|
|||
go_gestionnaire: "Passer en gestionnaire"
|
||||
profile: "Voir mon profil"
|
||||
logout: "Se déconnecter"
|
||||
my_account: "Mon compte"
|
||||
my_account: "Mon profil"
|
||||
connected_as: "connecté en tant qu’%{profile}"
|
||||
instructeur: instructeur
|
||||
administrateur: administrateur
|
||||
|
|
Loading…
Reference in a new issue