Skip to content

Commit

Permalink
SAK-48898 Roster Click Here needs to have the user's name explanation…
Browse files Browse the repository at this point in the history
… for screenreaders. (sakaiproject#12479)
  • Loading branch information
jonespm authored Apr 2, 2024
1 parent 40af7f5 commit 96aecdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion roster2/bundle/src/bundle/roster.properties
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ title_msg_permissions = Define permissions for the roles in the current site.
no_participants = No results found

profile_link_text = Click Here
profile_link_tooltip = Click here to launch this user\u0027s profile
profile_link_tooltip = Profile of

# Permissions
roster_permissions_role = Role
Expand Down
4 changes: 2 additions & 2 deletions roster2/tool/src/handlebars/members_cards.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<div class="roster-card-label">{{tr 'facet_profile_link'}}</div>
<div class="roster-card-value">
<a href="{{{profileLink}}}"
title="{{tr 'profile_link_tooltip'}}"
aria-label="{{tr 'profile_link_tooltip'}}">
title="{{tr 'profile_link_text'}} : {{tr 'profile_link_tooltip'}} {{displayName}}"
aria-label="{{tr 'profile_link_tooltip'}} {{displayName}}">
{{tr 'profile_link_text'}}
</a>
</div>
Expand Down

0 comments on commit 96aecdc

Please sign in to comment.