Fix: Translation has been missing
This commit is contained in:
parent
e833d4a5dd
commit
ca49f38ce4
2 changed files with 6 additions and 1 deletions
|
|
@ -27,7 +27,11 @@
|
|||
<div class="imgBoxPrvChat">
|
||||
<img class="imgUserPrvChat" src="{{ user.avatar }}" />
|
||||
</div>
|
||||
<p>{{ user.firstName }} {{ user.lastName }} (Du)</p>
|
||||
<p>
|
||||
{{ user.firstName }} {{ user.lastName }} ({{
|
||||
"sidebar-direct-messages-user.you" | translate
|
||||
}})
|
||||
</p>
|
||||
}
|
||||
</div>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
<p>
|
||||
{{ filterUser(user.creatorId)[i].firstName }}
|
||||
{{ filterUser(user.creatorId)[i].lastName }}
|
||||
({{ "sidebar-direct-messages-user.you" | translate }})
|
||||
</p>
|
||||
} @else {
|
||||
<div class="imgBoxPrvChat">
|
||||
|
|
|
|||
Loading…
Reference in a new issue