mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 12:48:41 +00:00
fix #320
This commit is contained in:
parent
e7e413a9f1
commit
c6cc518de1
2 changed files with 2 additions and 2 deletions
|
|
@ -238,7 +238,7 @@ func getPushNotificationText(pushNotification: PushNotification) -> (String, Str
|
|||
.text: "sent a message{inGroup}.",
|
||||
.twonly: "sent a twonly{inGroup}.",
|
||||
.video: "sent a video{inGroup}.",
|
||||
.image: "sent a image{inGroup}.",
|
||||
.image: "sent an image{inGroup}.",
|
||||
.audio: "sent a voice message{inGroup}.",
|
||||
.contactRequest: "wants to connect with you.",
|
||||
.acceptRequest: "is now connected with you.",
|
||||
|
|
|
|||
|
|
@ -562,7 +562,7 @@
|
|||
"notificationText": "sent a message{inGroup}.",
|
||||
"notificationTwonly": "sent a twonly{inGroup}.",
|
||||
"notificationVideo": "sent a video{inGroup}.",
|
||||
"notificationImage": "sent a image{inGroup}.",
|
||||
"notificationImage": "sent an image{inGroup}.",
|
||||
"notificationAudio": "sent a voice message{inGroup}.",
|
||||
"notificationAddedToGroup": "has added you to \"{groupname}\"",
|
||||
"notificationContactRequest": "wants to connect with you.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue