Standardisation: Replace 'account' by 'profile'

This commit is contained in:
Corinne Durrmeyer 2024-06-18 14:04:14 +02:00
parent 31bf30830d
commit e3a5944ccc
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6
3 changed files with 3 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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