Skip to content

Commit

Permalink
Editor: Use sentence casing for “Call to action”.
Browse files Browse the repository at this point in the history
This is more consistent with other strings and occurrences of this string.

Props juanfra, joen, narenin, mukesh27.
See #62414.

git-svn-id: https://develop.svn.wordpress.org/trunk@59412 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Nov 18, 2024
1 parent 91eb251 commit 439221c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function _register_core_block_patterns_and_categories() {
register_block_pattern_category(
'call-to-action',
array(
'label' => _x( 'Call to Action', 'Block pattern category' ),
'label' => _x( 'Call to action', 'Block pattern category' ),
'description' => __( 'Sections whose purpose is to trigger a specific action.' ),
)
);
Expand Down

0 comments on commit 439221c

Please sign in to comment.