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 <[email protected]>
  • Loading branch information
2 people authored and mikachan committed Sep 29, 2023
1 parent 1ad31d0 commit 1b53e1b
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 1b53e1b

Please sign in to comment.