chore(usager/wording): Dossiers => Mes dossiers in main tab

This commit is contained in:
Colin Darie 2023-01-03 17:06:55 +01:00
parent b89fc16999
commit a91fc3bbe1
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
en:
layouts:
header:
files: Files
files: My files
menu_aria_label: 'Menu my profile'
go_superadmin: "Switch to super-admin"
go_user: "Switch to user"

View file

@ -1,7 +1,7 @@
fr:
layouts:
header:
files: Dossiers
files: Mes dossiers
menu_aria_label: 'Menu mon profil'
go_superadmin: "Passer en super-admin"
go_user: "Passer en usager"

View file

@ -44,7 +44,7 @@ describe 'layouts/_header.html.haml', type: :view do
let(:profile) { :user }
it { is_expected.to have_css(".fr-header__logo") }
it { is_expected.to have_link("Dossiers", href: dossiers_path) }
it { is_expected.to have_link("Mes dossiers", href: dossiers_path) }
it { is_expected.to have_selector(:button, user.email, class: "account-btn") }
it 'displays the Help button' do