Skip to content

Commit

Permalink
Update descriptions (#52468)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored and tellthemachines committed Jul 11, 2023
1 parent 730f7f1 commit 93a06ed
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ const SYNC_FILTERS = {
const SYNC_DESCRIPTIONS = {
all: '',
[ SYNC_TYPES.full ]: __(
'Patterns that are kept in sync across your site.'
'Patterns that are kept in sync across the site.'
),
[ SYNC_TYPES.unsynced ]: __(
'Patterns that can be changed freely without affecting your site.'
'Patterns that can be changed freely without affecting the site.'
),
};

Expand Down

0 comments on commit 93a06ed

Please sign in to comment.