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
|
.fr-nav__item
|
||||||
%button.account-btn.fr-translate__btn.fr-btn{ "aria-controls" => "account", "aria-expanded" => "false", :title => t('my_account', scope: [:layouts]) }
|
%button.account-btn.fr-translate__btn.fr-btn{ "aria-controls" => "account", "aria-expanded" => "false", :title => t('my_account', scope: [:layouts]) }
|
||||||
%span= current_email
|
%span= current_email
|
||||||
|
|
|
@ -2,7 +2,6 @@ en:
|
||||||
layouts:
|
layouts:
|
||||||
header:
|
header:
|
||||||
files: My files
|
files: My files
|
||||||
menu_aria_label: 'Menu my profile'
|
|
||||||
go_superadmin: "Switch to super-admin"
|
go_superadmin: "Switch to super-admin"
|
||||||
go_user: "Switch to user"
|
go_user: "Switch to user"
|
||||||
go_instructor: "Switch to instructor"
|
go_instructor: "Switch to instructor"
|
||||||
|
@ -11,7 +10,7 @@ en:
|
||||||
go_gestionnaire: "Switch to admins group manager"
|
go_gestionnaire: "Switch to admins group manager"
|
||||||
profile: "See my profile"
|
profile: "See my profile"
|
||||||
logout: "Log out"
|
logout: "Log out"
|
||||||
my_account: "My account"
|
my_account: "My profile"
|
||||||
connected_as: "connected as %{profile}"
|
connected_as: "connected as %{profile}"
|
||||||
instructeur: instructor
|
instructeur: instructor
|
||||||
administrateur: admin
|
administrateur: admin
|
||||||
|
|
|
@ -2,7 +2,6 @@ fr:
|
||||||
layouts:
|
layouts:
|
||||||
header:
|
header:
|
||||||
files: Mes dossiers
|
files: Mes dossiers
|
||||||
menu_aria_label: 'Menu mon profil'
|
|
||||||
go_superadmin: "Passer en super-admin"
|
go_superadmin: "Passer en super-admin"
|
||||||
go_user: "Passer en usager"
|
go_user: "Passer en usager"
|
||||||
go_instructor: "Passer en instructeur"
|
go_instructor: "Passer en instructeur"
|
||||||
|
@ -11,7 +10,7 @@ fr:
|
||||||
go_gestionnaire: "Passer en gestionnaire"
|
go_gestionnaire: "Passer en gestionnaire"
|
||||||
profile: "Voir mon profil"
|
profile: "Voir mon profil"
|
||||||
logout: "Se déconnecter"
|
logout: "Se déconnecter"
|
||||||
my_account: "Mon compte"
|
my_account: "Mon profil"
|
||||||
connected_as: "connecté en tant qu’%{profile}"
|
connected_as: "connecté en tant qu’%{profile}"
|
||||||
instructeur: instructeur
|
instructeur: instructeur
|
||||||
administrateur: administrateur
|
administrateur: administrateur
|
||||||
|
|
Loading…
Add table
Reference in a new issue