Skip to content

Commit

Permalink
Update option description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Aug 15, 2024
1 parent f017b94 commit 6197656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor-sidebar/save-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const SaveThemePanel = () => {
<CheckboxControl
label={ __( 'Save Synced Patterns', 'create-block-theme' ) }
help={ __(
'Save synced patterns created in the Editor, listed under "My patterns", to the theme. Note that this will delete synced patterns from the Editor and move them to the theme.',
'Any synced patterns created in the Editor will be moved to the theme. Note that this will delete all synced patterns from the Editor and any references in templates will be made relative to the theme.',
'create-block-theme'
) }
checked={ preference.savePatterns }
Expand Down

0 comments on commit 6197656

Please sign in to comment.