Skip to content

Commit 317524f

Browse files
committed
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

+1-1
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)