We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6051b1a commit 77dd474Copy full SHA for 77dd474
app/assets/javascripts/discourse/templates/header.js.handlebars
@@ -90,7 +90,7 @@
90
{{#if currentUser}}
91
{{#titledLinkTo 'userActivity.index' currentUser titleKey="current_user" class="icon"}}{{boundAvatar currentUser imageSize="medium" }}{{/titledLinkTo}}
92
{{else}}
93
- <div class="icon not-logged-in-avatar" {{action showLogin}}><i class='fa fa-user' title='{{i18n no_current_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>
94
{{/if}}
95
</li>
96
</ul>
0 commit comments