Skip to content

Commit 357db74

Browse files
updated premium notice text
1 parent 84331ed commit 357db74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/pro-control/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,11 @@ const LABELS = {
110110
</ul>,
111111
},
112112
'icon-library': {
113+
title: __( 'Unlock Your Icon Library', i18n ),
113114
description: <ul>
114-
<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>
115118
</ul>,
116119
},
117120
}

0 commit comments

Comments
 (0)