File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/components/block-styles-control Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,9 @@ export const BlockStylesControl = props => {
221221 < PanelBody ref = { panelBodyRef } >
222222 < h2 className = "components-panel__body-title" > { __ ( 'Block Styles' , i18n ) } </ h2 >
223223 < p className = "components-panel__body-description" >
224- { __ ( 'Choose a block style to quickly apply a predefined set of styles to this block.' , i18n ) }
224+ { __ ( 'Save the styles of this block to reuse on others. You can also update a saved style, and the changes will apply wherever it\'s used.' , i18n ) }
225+
226+ < a href = "https://docs.wpstackable.com/article/737-how-to-use-block-styles" target = "_docs" rel = "noreferrer" > { __ ( 'Learn more' , i18n ) } </ a >
225227 </ p >
226228 < ul className = "ugb-block-styles-controls__list" >
227229 < li >
You can’t perform that action at this time.
0 commit comments