Revert "fix: typo"

This reverts commit f1923ac6f4.
pull/6950/head
Konstantinos Kaloutas 2022-10-13 12:43:51 +03:00 committed by Tienson Qin
parent 26c2c99392
commit 46ef0b5451
1 changed files with 1 additions and 1 deletions

View File

@ -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))))