Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: aria-label the login-to-use links clarifying log in to use *what*
Browse files Browse the repository at this point in the history
  • Loading branch information
apetro committed Jul 13, 2018
1 parent 48fcaf3 commit 91f244c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ <h4>
</md-tooltip>
</span>
<small ng-if="guestMode">
<a ng-href="{{ getLaunchURL(app, guestMode) }}"
<a aria-label="Log in to use {{ app.title }}."
ng-href="{{ getLaunchURL(app, guestMode) }}"
target="{{::app.target}}" rel="{{::app.target | targetToRel}}">
(login to use)
</a>
Expand Down

0 comments on commit 91f244c

Please sign in to comment.