From 3f1a9686dd1b02b55266e51185bfece213379e44 Mon Sep 17 00:00:00 2001 From: jack Date: Sat, 13 Sep 2025 22:58:06 +0200 Subject: [PATCH] chore: commit remaining local changes --- bitchat/Services/NotificationService.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitchat/Services/NotificationService.swift b/bitchat/Services/NotificationService.swift index 5f33628b..595c85db 100644 --- a/bitchat/Services/NotificationService.swift +++ b/bitchat/Services/NotificationService.swift @@ -62,7 +62,7 @@ final class NotificationService { } func sendPrivateMessageNotification(from sender: String, message: String, peerID: String) { - let title = "🔒 private message from \(sender)" + let title = "🔒 DM from \(sender)" let body = message let identifier = "private-\(UUID().uuidString)" let userInfo = ["peerID": peerID, "senderName": sender]