diff --git a/src/electron/electron/window.cljs b/src/electron/electron/window.cljs index e47aedc77..285c2d1fe 100644 --- a/src/electron/electron/window.cljs +++ b/src/electron/electron/window.cljs @@ -113,7 +113,7 @@ [protocol url default-open] (p/let [result (.showMessageBox dialog (clj->js {:title "Unknown protocol" :type "warning" - :message (str url "\nYou are trying to open a(n) " protocol " url. Are you sure you want to continue?") + :message (str url "\nYou are trying to open a() " protocol " url. Are you sure you want to continue?") :buttons ["Yes","No"]}))] (when (zero? (.-response result)) (default-open url))))