Update notifications text

This commit is contained in:
ibrkhalil 2022-10-20 12:44:57 +02:00
parent 87560c0aae
commit 7b496cec17
1 changed files with 1 additions and 1 deletions

View File

@ -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(),