From b9d5009c3df216e0dca05f6a449e01ed5c010541 Mon Sep 17 00:00:00 2001 From: Ryan Zhao Date: Tue, 14 Jun 2022 17:15:02 +1000 Subject: [PATCH] fix typo --- Session/Notifications/AppNotifications.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Session/Notifications/AppNotifications.swift b/Session/Notifications/AppNotifications.swift index 8d061325e..85ec828ec 100644 --- a/Session/Notifications/AppNotifications.swift +++ b/Session/Notifications/AppNotifications.swift @@ -312,8 +312,8 @@ public class NotificationPresenter: NSObject, NotificationsProtocol { let context = Contact.context(for: thread) let senderName = Storage.shared.getContact(with: sender, using: transaction)?.displayName(for: context) ?? sender - let notificationTitle = "Sesion" - var notificationBody = "\(senderName) reacts to your message with \(emoji)" + let notificationTitle = "Session" + var notificationBody = "\(senderName) reacts to a message with \(emoji)" switch previewType { case .namePreview: break default: notificationBody = NotificationStrings.incomingMessageBody