fix: typos

This commit is contained in:
charlie
2021-05-21 17:48:13 +08:00
parent 1cf08d071d
commit 819cfadf59
3 changed files with 7 additions and 6 deletions

View File

@@ -96,11 +96,11 @@
[:strong svg/settings-sm]
[:ul.menu-list
[:li {:on-click #(if usf (js/apis.openPath usf))} "Open settings"]
[:li {:on-click #(js/apis.openPath url)} "Open plugin root"]
[:li {:on-click #(js/apis.openPath url)} "Open plugin package"]
[:li {:on-click
#(let [confirm-fn
(ui/make-confirm-modal
{:title (str "Are you sure uninstall plugin - " name "?")
{:title (str "Are you sure uninstall plugin [" name "] ?")
:on-confirm (fn [_ {:keys [close-fn]}]
(close-fn)
(plugin-handler/unregister-plugin id))})]