Merge pull request #1804 from shivpkumar/master
Add a tooltip for the user icon when a user is not logged in
This commit is contained in:
commit
e750ea010f
|
@ -90,7 +90,7 @@
|
|||
{{#if currentUser}}
|
||||
{{#titledLinkTo 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/titledLinkTo}}
|
||||
{{else}}
|
||||
<div class="icon not-logged-in-avatar" {{action showLogin}}><i class='fa fa-user'></i></div>
|
||||
<div class="icon not-logged-in-avatar" {{action showLogin}}><i class='fa fa-user' title='{{i18n not_logged_in_user}}'></i></div>
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -584,6 +584,7 @@ en:
|
|||
|
||||
site_map: "go to another topic list or category"
|
||||
go_back: 'go back'
|
||||
not_logged_in_user: 'user page with summary of current activity and preferences'
|
||||
current_user: 'go to your user page'
|
||||
|
||||
favorite:
|
||||
|
|
Loading…
Reference in New Issue