Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HL-530 | Use correct aria-label for mobile menu #2179

Merged
merged 1 commit into from
Aug 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/benefit/applicant/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
"drawer": {
"title": "Application’s messages"
},
"languageMenuButtonAriaLabel": "Select language"
"languageMenuButtonAriaLabel": "Select language",
"menuToggleAriaLabel": "Menu"
},
"footer": {
"copyrightText": "Copyright",
Expand Down Expand Up @@ -421,7 +422,6 @@
"credentialsIngress": {
"text": "A person to be employed with the Helsinki benefit must be informed of the processing of their personal data. Print the notification and request a signature from the person to be employed."
},
"menuToggleAriaLabel": "Menu",
"form": {
"validation": {
"required": "This field is required",
Expand Down
4 changes: 2 additions & 2 deletions frontend/benefit/applicant/public/locales/fi/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
"drawer": {
"title": "Hakemuksen viestit"
},
"languageMenuButtonAriaLabel": "Valitse kieli"
"languageMenuButtonAriaLabel": "Valitse kieli",
"menuToggleAriaLabel": "Valikko"
},
"footer": {
"copyrightText": "Copyright",
Expand Down Expand Up @@ -421,7 +422,6 @@
"credentialsIngress": {
"text": "Helsinki-lisällä työllistettävää henkilöä on tiedotettava hänen henkilötietojensa käsittelystä. Tulosta tiedoksianto ja pyydä siihen allekirjoitus työllistettävältä."
},
"menuToggleAriaLabel": "Valikko",
"form": {
"validation": {
"required": "Tämä kenttä on pakollinen",
Expand Down
4 changes: 2 additions & 2 deletions frontend/benefit/applicant/public/locales/sv/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@
"drawer": {
"title": "Meddelanden om ansökan"
},
"languageMenuButtonAriaLabel": "Ändra språk"
"languageMenuButtonAriaLabel": "Ändra språk",
"menuToggleAriaLabel": "Menu"
},
"footer": {
"copyrightText": "Copyright",
Expand Down Expand Up @@ -421,7 +422,6 @@
"credentialsIngress": {
"text": "Den person som anställs med Helsingforstillägg ska informeras om behandlingen av hens personuppgifter. Skriv ut informationen och be den anställda om underskrift."
},
"menuToggleAriaLabel": "Menu",
"form": {
"validation": {
"required": "Detta är ett obligatoriskt fält",
Expand Down
Loading