diff --git a/NotificationService/NotificationService.swift b/NotificationService/NotificationService.swift index cc81f0ed..e65ea9ac 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: "’") + } }