mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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
|
? (areComments
|
||||||
? tr::lng_comments_header
|
? tr::lng_comments_header
|
||||||
: tr::lng_replies_header)(
|
: tr::lng_replies_header)(
|
||||||
lt_count,
|
lt_count_decimal,
|
||||||
rpl::single(count) | tr::to_count())
|
rpl::single(count) | tr::to_count())
|
||||||
: (areComments
|
: (areComments
|
||||||
? tr::lng_comments_header_none
|
? tr::lng_comments_header_none
|
||||||
|
|
Loading…
Add table
Reference in a new issue