Skip to content

Commit

Permalink
added contact us to the link label for a11y reader
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-solo committed Oct 23, 2024
1 parent 8138440 commit 3f14ad7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion i18n/web/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ const en: WebTranslations = {
incomeHintTextReceiveOAS:
"<div style='margin-bottom: 16px;'> \
<p style='padding-bottom: 8px; color: rgba(92, 92, 92, 1);'> \
If you're expecting a drop in income, you can enter your estimated income. <a class='hintText' style='text-decoration: underline;' href='https://www.canada.ca/en/employment-social-development/corporate/contact/oas.html' target='_blank' aria-label='opens a new tab'>Contact us</a> to report this event. \
If you're expecting a drop in income, you can enter your estimated income. <a class='hintText' style='text-decoration: underline;' href='https://www.canada.ca/en/employment-social-development/corporate/contact/oas.html' target='_blank' aria-label='Contact us. Opens a new tab'>Contact us</a> to report this event. \
</p> \
</div> \
",
Expand Down
2 changes: 1 addition & 1 deletion i18n/web/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ const fr: WebTranslations = {
incomeHintTextReceiveOAS:
"<div style='margin-bottom: 16px;'> \
<p style='padding-bottom: 8px; color: rgba(92, 92, 92, 1);'> \
Si vous prévoyez une baisse de revenu, vous pouvez entrer votre revenu prévu. <a class='hintText' style='text-decoration: underline;' href='https://www.canada.ca/fr/emploi-developpement-social/ministere/coordonnees/sv.html' target='_blank' aria-label='ouvre dans un nouvel onglet'>Communiquez avec nous</a> pour signaler cet événement. \
Si vous prévoyez une baisse de revenu, vous pouvez entrer votre revenu prévu. <a class='hintText' style='text-decoration: underline;' href='https://www.canada.ca/fr/emploi-developpement-social/ministere/coordonnees/sv.html' target='_blank' aria-label='Communiquez avec nous. Ouvre dans un nouvel onglet'>Communiquez avec nous</a> pour signaler cet événement. \
</p> \
</div> \
",
Expand Down

0 comments on commit 3f14ad7

Please sign in to comment.