فهرست منبع

Revert "fix: typo"

This reverts commit f1923ac6f47b88562ebb969dd68930f2c5f99ce4.
Konstantinos Kaloutas 3 سال پیش
والد
کامیت
46ef0b5451
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/electron/electron/window.cljs

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