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

View file

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