From cc79c2cb497fc81bc8c451d8e53df54c62c5c5fd Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 25 Jul 2025 17:09:04 +0400 Subject: [PATCH] Use separate lang key for All Gifts collection. --- Telegram/SourceFiles/info/peer_gifts/info_peer_gifts_widget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();