fix(a11y): root index with aria-label i18n-ready
Closes #8072 Closes #8095
This commit is contained in:
parent
edc2eaac30
commit
fc74a6731e
2 changed files with 8 additions and 2 deletions
|
@ -86,7 +86,10 @@ en:
|
|||
question: I have a question
|
||||
reply: Reply to this message
|
||||
root_path_link_title:
|
||||
default: "Go to homepage"
|
||||
default: 'Go to homepage'
|
||||
user: 'Go to files list'
|
||||
instructeur: 'Go to procedures list'
|
||||
admin: 'Go to administration panel'
|
||||
views:
|
||||
commencer:
|
||||
show:
|
||||
|
|
|
@ -76,7 +76,10 @@ fr:
|
|||
question: J’ai une question
|
||||
reply: Répondre à ce message
|
||||
root_path_link_title:
|
||||
default: "Aller à la page d’accueil"
|
||||
default: 'Aller à la page d’accueil'
|
||||
user: 'Aller à la liste des dossiers'
|
||||
instructeur: 'Aller à la liste des démarches'
|
||||
admin: "Aller au panneau d’administration"
|
||||
views:
|
||||
commencer:
|
||||
show:
|
||||
|
|
Loading…
Add table
Reference in a new issue