diff --git a/NotificationService/NotificationService.swift b/NotificationService/NotificationService.swift index cc81f0edd..e65ea9aca 100644 --- a/NotificationService/NotificationService.swift +++ b/NotificationService/NotificationService.swift @@ -114,5 +114,7 @@ extension String { .replacingOccurrences(of: ">", with: ">") .replacingOccurrences(of: """, with: "\"") .replacingOccurrences(of: "'", with: "'") + .replacingOccurrences(of: "'", with: "’") + } }