From 46ef0b5451028f4cc9b018f39a312208a04f51fe Mon Sep 17 00:00:00 2001 From: Konstantinos Kaloutas Date: Thu, 13 Oct 2022 12:43:51 +0300 Subject: [PATCH] Revert "fix: typo" This reverts commit f1923ac6f47b88562ebb969dd68930f2c5f99ce4. --- src/electron/electron/window.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))