[BasicUI] Fix description for iconify parameter (#2660)
Default is enabled, not disabled.
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
(cherry picked from commit 24a3d275bc
)
4.2.x
parent
80584971ec
commit
7abce0908d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue