diff --git a/NotificationService/NotificationService.swift b/NotificationService/NotificationService.swift index 4d0410a5f0..60440f2636 100644 --- a/NotificationService/NotificationService.swift +++ b/NotificationService/NotificationService.swift @@ -196,7 +196,7 @@ class NotificationService: UNNotificationServiceExtension { if accountInfos.accounts.count > 1 { if let title = self.bestAttemptContent?.title, !title.isEmpty, !account.peerName.isEmpty { - self.bestAttemptContent?.title = "\(title) [\(account.peerName)]" + self.bestAttemptContent?.title = "\(title) → \(account.peerName)" } }