Skip to content

Commit

Permalink
Capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed May 9, 2024
1 parent 5d9f316 commit 8d59a46
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ export const allPatternsCategory = {

export const myPatternsCategory = {
name: 'myPatterns',
label: __( 'My patterns' ),
label: __( 'My Patterns' ),
};

export const starterContentCategory = {
name: 'core/content',
label: __( 'Starter content' ),
label: __( 'Starter Content' ),
};

export function isPatternFiltered( pattern, sourceFilter, syncFilter ) {
Expand Down

0 comments on commit 8d59a46

Please sign in to comment.