Skip to content

Commit

Permalink
Update toggle help text
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jun 23, 2023
1 parent 3ec7630 commit 3419143
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,9 @@ export default function ReusableBlockConvertButton( {
label={ __(
'Synced (formerly Reusable block)'
) }
help={
syncType === 'fully'
? __(
'Editing the pattern will update it anywhere it is used.'
)
: __(
'Each instance of the pattern can be updated independently.'
)
}
help={ __(
'Editing the pattern will update it anywhere it is used.'
) }
checked={ syncType === 'fully' }
onChange={ () => {
setSyncType(
Expand Down

0 comments on commit 3419143

Please sign in to comment.