Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Jun 19, 2023
1 parent 26b99f9 commit c1cdf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/plugins.cljs
Expand Up @@ -468,7 +468,7 @@
(set-enabled! t)
(plugin-handler/set-enabled-auto-check-for-updates t)
(notification/show!
[:span text [:strong.pl-1 (if t "ON" "OFF")] " !"]
[:span text [:strong.pl-1 (if t "ON" "OFF")] "!"]
(if t :success :info))))}
[:span.pr-3.opacity-80 text]
(ui/toggle enabled #() true)]))
Expand Down

0 comments on commit c1cdf2a

Please sign in to comment.