We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84331ed commit 357db74Copy full SHA for 357db74
src/components/pro-control/index.js
@@ -110,8 +110,11 @@ const LABELS = {
110
</ul>,
111
},
112
'icon-library': {
113
+ title: __( 'Unlock Your Icon Library', i18n ),
114
description: <ul>
- <li>{ __( 'Icon Library', i18n ) }</li>
115
+ <li>{ __( 'Add your custom SVG icons', i18n ) }</li>
116
+ <li>{ __( 'Easily access your custom icons in the icon picker', i18n ) }</li>
117
+ <li>{ __( 'Organize your custom icons in your library', i18n ) }</li>
118
119
120
}
0 commit comments