You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #125 made use of aria-label and aria-roledescription in multiple places in main.hbs to make the homepage more accessible. However the values of these attributes are currently hard coded strings. They should be translated to support languages other than English and make use of the Handlebars templating for rendering text.
There is also image alt text for the rent history modal overlay that needs to be translated.
The text was updated successfully, but these errors were encountered:
PR #125 made use of
aria-label
andaria-roledescription
in multiple places inmain.hbs
to make the homepage more accessible. However the values of these attributes are currently hard coded strings. They should be translated to support languages other than English and make use of the Handlebars templating for rendering text.There is also image alt text for the rent history modal overlay that needs to be translated.
The text was updated successfully, but these errors were encountered: