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:
@@ -1135,7 +1135,7 @@ void InnerWidget::refreshCollectionsTabs() {
|
|||||||
auto tabs = std::vector<Ui::SubTabs::Tab>();
|
auto tabs = std::vector<Ui::SubTabs::Tab>();
|
||||||
tabs.push_back({
|
tabs.push_back({
|
||||||
.id = u"all"_q,
|
.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) {
|
for (const auto &collection : _collections) {
|
||||||
auto title = TextWithEntities();
|
auto title = TextWithEntities();
|
||||||
|
Reference in New Issue
Block a user