Skip to content

Commit

Permalink
user status: Change Last online to Last active.
Browse files Browse the repository at this point in the history
Change "Last online" to "Last active" in the full user profile.
  • Loading branch information
vinitS101 authored and timabbott committed Aug 7, 2019
1 parent 7e92ff9 commit a82ad46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/user_profile_modal.hbs
Expand Up @@ -30,7 +30,7 @@
<span class="value">{{user_type}}</span>
</div>
<div class="default-field">
<span class="name">{{#tr this}}Last online{{/tr}}</span>
<span class="name">{{#tr this}}Last active{{/tr}}</span>
<span class="value">{{last_seen}}</span>
</div>
{{#if user_time}}
Expand Down

0 comments on commit a82ad46

Please sign in to comment.