From 7b496cec17727ce4d484f70b7eb037ded0cc5ab9 Mon Sep 17 00:00:00 2001 From: ibrkhalil Date: Thu, 20 Oct 2022 12:44:57 +0200 Subject: [PATCH] Update notifications text --- protocol/local_notifications.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/local_notifications.go b/protocol/local_notifications.go index 68ffdbaf4..06c3a4dcc 100644 --- a/protocol/local_notifications.go +++ b/protocol/local_notifications.go @@ -138,7 +138,7 @@ func (n NotificationBody) toPrivateGroupInviteNotification(id string, profilePic ID: gethcommon.HexToHash(id), Body: n, Title: n.Contact.CanonicalName() + " invited you to " + n.Chat.Name, - Message: n.Contact.CanonicalName() + " wants you to join group " + n.Chat.Name, + Message: n.Contact.CanonicalName() + " added you to group " + n.Chat.Name, BodyType: localnotifications.TypeMessage, Category: localnotifications.CategoryGroupInvite, Deeplink: n.Chat.DeepLink(),