Skip to content

Commit

Permalink
Use "Not synced" in place of "Standard" nomenclature for patterns (#5…
Browse files Browse the repository at this point in the history
…4839)

* Standard -> Not synced

* Fix broken test

---------

Co-authored-by: Glen Davies <glen.davies@automattic.com>
  • Loading branch information
richtabor and glendaviesnz committed Sep 27, 2023
1 parent b90db31 commit 0340997
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const { useLocation, useHistory } = unlock( routerPrivateApis );
const SYNC_FILTERS = {
all: __( 'All' ),
[ PATTERN_SYNC_TYPES.full ]: __( 'Synced' ),
[ PATTERN_SYNC_TYPES.unsynced ]: __( 'Standard' ),
[ PATTERN_SYNC_TYPES.unsynced ]: __( 'Not synced' ),
};

const SYNC_DESCRIPTIONS = {
Expand Down

0 comments on commit 0340997

Please sign in to comment.