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>
<div class="spacer"> <div class="spacer">
@if (displayCountChatAnswer(chat.id) == 1) {
<p> <p>
{{ displayCountChatAnswer(chat.id) }} {{ displayCountChatAnswer(chat.id) }}
{{ "secondary-chat.answer" | translate }} {{ "single-chat.answer2" | translate }}
</p> </p>
} @else {
<p>
{{ displayCountChatAnswer(chat.id) }}
{{ "single-chat.answer" | translate }}
</p>
}
<div class="line"></div> <div class="line"></div>
</div> </div>
} }

View file

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

View file

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