diff --git a/Telegram/SourceFiles/history/view/history_view_replies_section.cpp b/Telegram/SourceFiles/history/view/history_view_replies_section.cpp index 5ca38d157..4950615dd 100644 --- a/Telegram/SourceFiles/history/view/history_view_replies_section.cpp +++ b/Telegram/SourceFiles/history/view/history_view_replies_section.cpp @@ -1537,7 +1537,7 @@ void RepliesWidget::restoreState(not_null 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