mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
557c068983
Changes the community invitation text notifications from “Upgrade to see a community invitation” to **InviteUsersToCommunity** ```golang fmt.Sprintf("You have been invited to the community %s", community.Name()) ``` **ShareCommunity** ```golang fmt.Sprintf("Community %s has been shared with you", community.Name()) ```