Fixed formatting of comments count.

This commit is contained in:
23rd 2021-09-17 18:17:48 +03:00 committed by John Preston
parent f4b162cbaf
commit 2164caaab7
1 changed files with 1 additions and 1 deletions

View File

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