Skip to content

Commit

Permalink
updated premium notice text
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Oct 9, 2024
1 parent 84331ed commit 357db74
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/pro-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,11 @@ const LABELS = {
</ul>,
},
'icon-library': {
title: __( 'Unlock Your Icon Library', i18n ),
description: <ul>
<li>{ __( 'Icon Library', i18n ) }</li>
<li>{ __( 'Add your custom SVG icons', i18n ) }</li>
<li>{ __( 'Easily access your custom icons in the icon picker', i18n ) }</li>
<li>{ __( 'Organize your custom icons in your library', i18n ) }</li>
</ul>,
},
}
Expand Down

0 comments on commit 357db74

Please sign in to comment.