Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 317524f

Browse files
committedMay 6, 2025·
wording
1 parent 41fb359 commit 317524f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
145145
do { try urlHandler.handle(url) } catch let handleError {
146146
Task {
147147
do {
148-
try await sendNotification(title: "Failed to open link", body: handleError.description)
148+
try await sendNotification(title: "Failed to handle link", body: handleError.description)
149149
} catch let notifError {
150150
logger.error("Failed to send notification (\(handleError.description)): \(notifError)")
151151
}

0 commit comments

Comments
 (0)
Please sign in to comment.