Skip to content

Commit

Permalink
Update text case of "Starter Content" (#66954)
Browse files Browse the repository at this point in the history
Co-authored-by: jasmussen <joen@git.wordpress.org>
Co-authored-by: Mamaduka <mamaduka@git.wordpress.org>
  • Loading branch information
3 people authored Nov 13, 2024
1 parent cbaeee2 commit 201f6a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const myPatternsCategory = {

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

export function isPatternFiltered( pattern, sourceFilter, syncFilter ) {
Expand Down
2 changes: 1 addition & 1 deletion packages/block-library/src/button/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const settings = {
example: {
attributes: {
className: 'is-style-fill',
text: __( 'Call to Action' ),
text: __( 'Call to action' ),
},
},
edit,
Expand Down

0 comments on commit 201f6a7

Please sign in to comment.