display chat answers updated
This commit is contained in:
parent
00944e80fa
commit
93f52d2cf1
3 changed files with 10 additions and 5 deletions
|
|
@ -29,10 +29,17 @@
|
|||
}
|
||||
</div>
|
||||
<div class="spacer">
|
||||
@if (displayCountChatAnswer(chat.id) == 1) {
|
||||
<p>
|
||||
{{ displayCountChatAnswer(chat.id) }}
|
||||
{{ "secondary-chat.answer" | translate }}
|
||||
{{ "single-chat.answer2" | translate }}
|
||||
</p>
|
||||
} @else {
|
||||
<p>
|
||||
{{ displayCountChatAnswer(chat.id) }}
|
||||
{{ "single-chat.answer" | translate }}
|
||||
</p>
|
||||
}
|
||||
<div class="line"></div>
|
||||
</div>
|
||||
}
|
||||
|
|
|
|||
|
|
@ -131,8 +131,7 @@
|
|||
},
|
||||
|
||||
"secondary-chat": {
|
||||
"thread": "Thema",
|
||||
"answer": "Antworten"
|
||||
"thread": "Thema"
|
||||
},
|
||||
|
||||
"add-new-channel": {
|
||||
|
|
|
|||
|
|
@ -131,8 +131,7 @@
|
|||
},
|
||||
|
||||
"secondary-chat": {
|
||||
"thread": "Thread",
|
||||
"answer": "Reply"
|
||||
"thread": "Thread"
|
||||
},
|
||||
|
||||
"add-new-channel": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue