From cab2472f212b8df299ecbcae70efa65f80d283da Mon Sep 17 00:00:00 2001 From: James Koster Date: Mon, 10 Jul 2023 11:39:09 +0100 Subject: [PATCH] Update descriptions --- .../edit-site/src/components/page-patterns/patterns-list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/edit-site/src/components/page-patterns/patterns-list.js b/packages/edit-site/src/components/page-patterns/patterns-list.js index bc2a18bf394567..7bf2a9d5065841 100644 --- a/packages/edit-site/src/components/page-patterns/patterns-list.js +++ b/packages/edit-site/src/components/page-patterns/patterns-list.js @@ -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.' ), };