mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fixed formatting of comments count.
This commit is contained in:
parent
f4b162cbaf
commit
2164caaab7
1 changed files with 1 additions and 1 deletions
|
@ -1537,7 +1537,7 @@ void RepliesWidget::restoreState(not_null<RepliesMemento*> memento) {
|
|||
? (areComments
|
||||
? tr::lng_comments_header
|
||||
: tr::lng_replies_header)(
|
||||
lt_count,
|
||||
lt_count_decimal,
|
||||
rpl::single(count) | tr::to_count())
|
||||
: (areComments
|
||||
? tr::lng_comments_header_none
|
||||
|
|
Loading…
Add table
Reference in a new issue