2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Use separate lang key for All Gifts collection.

This commit is contained in:
John Preston
2025-07-25 17:09:04 +04:00
parent 26b3b13bc4
commit cc79c2cb49

View File

@@ -1135,7 +1135,7 @@ void InnerWidget::refreshCollectionsTabs() {
auto tabs = std::vector<Ui::SubTabs::Tab>();
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();