Skip to content

Commit c25ba00

Browse files
committed
wording
1 parent 1c19055 commit c25ba00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
151151
do { try urlHandler.handle(url) } catch let handleError {
152152
Task {
153153
do {
154-
try await sendNotification(title: "Failed to open link", body: handleError.description)
154+
try await sendNotification(title: "Failed to handle link", body: handleError.description)
155155
} catch let notifError {
156156
logger.error("Failed to send notification (\(handleError.description)): \(notifError)")
157157
}

0 commit comments

Comments
 (0)