Skip to content

Commit

Permalink
Revert "i18n: Add context to "Sync this pattern" label"
Browse files Browse the repository at this point in the history
This reverts commit 7068da9.
  • Loading branch information
mcsf committed Jun 7, 2024
1 parent f18c3f2 commit 4eae9af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/edit-post/src/components/init-pattern-modal/index.js
Original file line number Diff line number Diff line change
@@ -85,9 +85,8 @@ export default function InitPatternModal() {
<ReusableBlocksRenameHint />
<ToggleControl
label={ _x( 'Synced', 'pattern (singular)' ) }
help={ _x(
'Sync this pattern across multiple locations.',
'user action'
help={ __(
'Sync this pattern across multiple locations.'
) }
checked={ ! syncType }
onChange={ () => {

0 comments on commit 4eae9af

Please sign in to comment.