File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
plugins/global-settings/preset-controls Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments