mirror of
https://github.com/friendica/friendica
synced 2024-11-18 00:23:47 +00:00
spelling: truncate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d7c6da0141
commit
163f2c11e3
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
aria-controls="nav-user-menu">
|
||||
<div aria-hidden="true" class="user-title pull-left hidden-xs hidden-sm hidden-md">
|
||||
<strong>{{$userinfo.name}}</strong><br>
|
||||
{{if $nav.remote}}<span class="trunctate">{{$nav.remote}}</span>{{/if}}
|
||||
{{if $nav.remote}}<span class="truncate">{{$nav.remote}}</span>{{/if}}
|
||||
</div>
|
||||
|
||||
<img id="avatar" src="{{$userinfo.icon}}" alt="{{$userinfo.name}}">
|
||||
|
|
Loading…
Reference in a new issue