Fixed phrase in menu item to share gift collection.

This commit is contained in:
23rd
2025-12-09 00:48:13 +03:00
parent b172c9a3b2
commit f0a3ddb184
@@ -994,7 +994,7 @@ void InnerWidget::showMenuForCollection(int id) {
editCollectionGifts(id);
}, &st::menuIconGiftPremium);
if (const auto username = _peer->username(); !username.isEmpty()) {
addAction(tr::lng_stories_album_share(tr::now), [=] {
addAction(tr::lng_gift_collection_share(tr::now), [=] {
shareCollectionLink(username, id);
}, &st::menuIconShare);
}