user popover: Rename user profile to full profile.

This commit is contained in:
Rishi Gupta 2019-02-16 09:46:05 -08:00
parent 57e1307a3a
commit ea8a087fd7
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@
{{#if is_me}}
<i class="fa fa-user" aria-hidden="true"></i> {{#tr this}}View your profile{{/tr}}
{{else}}
<i class="fa fa-user" aria-hidden="true"></i> {{#tr this}}View user profile{{/tr}}
<i class="fa fa-user" aria-hidden="true"></i> {{#tr this}}View full profile{{/tr}}
{{/if}}
</a>
</li>

View File

@ -10,7 +10,7 @@ were last active, and any
1. Click on a user's avatar.
1. Click **View user profile**.
1. Click **View full profile**.
### Via the right sidebar
@ -19,7 +19,7 @@ were last active, and any
1. Click on the down chevron (<i class="fa fa-chevron-down"></i>) to
the right of their name.
1. Click **View user profile**.
1. Click **View full profile**.
## Related articles