diff --git a/Telegram/SourceFiles/info/peer_gifts/info_peer_gifts_widget.cpp b/Telegram/SourceFiles/info/peer_gifts/info_peer_gifts_widget.cpp index 30de7c0fe0..07f985ecce 100644 --- a/Telegram/SourceFiles/info/peer_gifts/info_peer_gifts_widget.cpp +++ b/Telegram/SourceFiles/info/peer_gifts/info_peer_gifts_widget.cpp @@ -1135,7 +1135,7 @@ void InnerWidget::refreshCollectionsTabs() { auto tabs = std::vector(); tabs.push_back({ .id = u"all"_q, - .text = tr::lng_gift_stars_tabs_all(tr::now, Ui::Text::WithEntities), + .text = tr::lng_gift_collection_all(tr::now, Ui::Text::WithEntities), }); for (const auto &collection : _collections) { auto title = TextWithEntities();