Skip to content

Commit 0debf21

Browse files
Adjusted description
1 parent 15dbbff commit 0debf21

File tree

1 file changed

+3
-1
lines changed
  • src/components/block-styles-control

1 file changed

+3
-1
lines changed

src/components/block-styles-control/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
&nbsp;
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>

0 commit comments

Comments
 (0)