Skip to content

Commit 130d498

Browse files
tweaked premium notice wording
1 parent 4dc5987 commit 130d498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pro-control/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const LABELS = {
136136
'preset-controls': {
137137
title: __( 'Premium Preset Controls', i18n ),
138138
description: <ul>
139-
<li>{ __( 'Customize your own presets', i18n ) }</li>
139+
<li>{ __( 'Customize your own presets like small, medium, large & x-large', i18n ) }</li>
140140
<li>{ __( 'Use Global Typography sizes as presets', i18n ) }</li>
141141
</ul>,
142142
},

0 commit comments

Comments
 (0)