mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Fixed phrase in menu item to share gift collection.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user