Skip to content

Commit

Permalink
changed description in admin settings
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Feb 27, 2024
1 parent f0c1a15 commit 50630b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/welcome/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const EditorSettings = () => {
stackable_inherit_button_styles_from_theme: value, // eslint-disable-line camelcase
} )
} }
help={ __( 'Enable this if you want buttons in your site to be styled by the theme.', i18n ) }
help={ __( 'If enabled, the button styles from your theme will be inherited by the button block.', i18n ) }
/>
<AdminToggleSetting
label={ __( 'Inherit Caption Theme Styles', i18n ) }
Expand All @@ -429,7 +429,7 @@ const EditorSettings = () => {
stackable_inherit_caption_styles_from_theme: value, // eslint-disable-line camelcase
} )
} }
help={ __( 'Enable this if you want captions in your site to be styled by the theme.', i18n ) }
help={ __( 'If enabled, the caption styles from your theme will be inherited by the image block\'s caption.', i18n ) }
/>
{ isBusy &&
<div className="s-absolute-spinner">
Expand Down

0 comments on commit 50630b6

Please sign in to comment.