Skip to content

Commit

Permalink
Fix #977 - Add tooltip to avatar icon (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist authored Aug 10, 2021
1 parent af70849 commit d5e82e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions privaterelay/locales/en-US/app.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ logo-alt= { -brand-name-firefox-relay }
nav-menu = Menu
nav-home = Home
label-open-menu = Open menu
avatar-tooltip = Profile
# FAQ stands for Frequently Asked Questions. The intent of this page is to answer commonly asked questions.
nav-faq = FAQ
Expand Down
2 changes: 1 addition & 1 deletion privaterelay/templates/includes/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% else %}
{% get_social_accounts request.user as accounts %}
<glocal-menu class="glocal-menu">
<button class="avatar-wrapper" aria-label="{% ftlmsg 'label-open-menu' %}">
<button class="avatar-wrapper" aria-label="{% ftlmsg 'label-open-menu' %}" title="{% ftlmsg 'avatar-tooltip' %}">
<img class="avatar" src="{{ avatar }}" alt="{% ftlmsg 'nav-profile-image-alt' %}" />
</button>
<div class="glocal-menu-wrapper">
Expand Down

0 comments on commit d5e82e9

Please sign in to comment.