From 557c068983b53be9b973f80605c5032089c17927 Mon Sep 17 00:00:00 2001 From: Eric Mastro Date: Mon, 21 Jun 2021 14:15:43 +1000 Subject: [PATCH] fix: update community invite text in push notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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()) ``` --- vendor/status-go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/status-go b/vendor/status-go index 43fa2edc1e..50bfd7488b 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit 43fa2edc1e6e0afa65724d47a95d47cd28c21d85 +Subproject commit 50bfd7488be62e57ab743b420cf7f9a4ba6aa0c8