Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Aug 26, 2022
1 parent 5dd26a0 commit b85937f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/frontend/components/plugins.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1000,11 +1000,10 @@
[pid name url]
[:div
[:span.block.whitespace-normal
"The plugin "
"This plugin "
[:strong.text-red-500 "#" name]
" takes too long to load, which affects the
application startup time, as well as potentially
causing other plugins to fail to load."]
" takes too long to load, affecting the application startup time and
potentially causing other plugins to fail to load."]

[:path.opacity-50
[:small [:span.pr-1 (ui/icon "folder")] url]]
Expand Down

0 comments on commit b85937f

Please sign in to comment.