From b8cff5b0722eea66e01fa8b342f86b9bc2f2dc72 Mon Sep 17 00:00:00 2001 From: Peter <> Date: Wed, 20 Feb 2019 01:31:27 +0300 Subject: [PATCH] =?UTF-8?q?Change=20[=20]=20to=20=E2=86=92=20in=20account?= =?UTF-8?q?=20notifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NotificationService/NotificationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" } }