display chat answers updated

This commit is contained in:
Chneemann 2024-06-14 21:00:37 +02:00
parent 00944e80fa
commit 93f52d2cf1
3 changed files with 10 additions and 5 deletions

View file

@ -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>
}

View file

@ -131,8 +131,7 @@
},
"secondary-chat": {
"thread": "Thema",
"answer": "Antworten"
"thread": "Thema"
},
"add-new-channel": {

View file

@ -131,8 +131,7 @@
},
"secondary-chat": {
"thread": "Thread",
"answer": "Reply"
"thread": "Thread"
},
"add-new-channel": {