Skip to content

Commit 9a558c8

Browse files
committed
fix: global preset control title
1 parent ae3813a commit 9a558c8

File tree

2 files changed

+4
-3
lines changed
  • src

2 files changed

+4
-3
lines changed

src/components/pro-control/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,10 @@ const LABELS = {
134134
</ul>,
135135
},
136136
'preset-controls': {
137-
title: __( 'Customize the Preset Controls', i18n ),
137+
title: __( 'Premium Preset Controls', i18n ),
138138
description: <ul>
139-
<li>{ __( 'Customize your own Preset Controls', i18n ) }</li>
139+
<li>{ __( 'Customize your own presets', i18n ) }</li>
140+
<li>{ __( 'Use Global Typography sizes as presets', i18n ) }</li>
140141
</ul>,
141142
},
142143
}

src/plugins/global-settings/preset-controls/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if ( showProNotice || isPro ) {
3131
{ output }
3232

3333
<PanelAdvancedSettings
34-
title={ __( 'Preset Controls', i18n ) }
34+
title={ __( 'Global Preset Controls', i18n ) }
3535
id="preset-controls-settings"
3636
isPremiumPanel={ ! isPro }
3737
>

0 commit comments

Comments
 (0)