Skip to content

Commit

Permalink
[BasicUI] Fix description for iconify parameter (#2660)
Browse files Browse the repository at this point in the history
Default is enabled, not disabled.

Signed-off-by: Laurent Garnier <[email protected]>
(cherry picked from commit 24a3d27)
  • Loading branch information
lolodomo authored and florian-h05 committed Jul 23, 2024
1 parent 8058497 commit 7abce09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ui.config.basic.condensedLayout.description = When enabled, changes the layout s
ui.config.basic.defaultSitemap.label = Default Sitemap
ui.config.basic.defaultSitemap.description = The sitemap to show if no parameter is passed.
ui.config.basic.enableIconify.label = Enable Iconify Icons
ui.config.basic.enableIconify.description = If enabled, the UI will render the iconify icons directly by downloading them from the Internet and caching them in the WEB browser. If disabled, the UI will ignore the iconify icons. Default is disabled.
ui.config.basic.enableIconify.description = If enabled, the UI will render the iconify icons directly by downloading them from the Internet and caching them in the WEB browser. If disabled, the UI will ignore the iconify icons. Default is enabled.
ui.config.basic.enableIcons.label = Enable Icons
ui.config.basic.enableIcons.description = Defines whether UI renders icons for the widgets or not.
ui.config.basic.inlineSvg.label = Inline SVG
Expand Down

0 comments on commit 7abce09

Please sign in to comment.