From 57773dcd28f1979051972afeaa8af0690d9eb30d Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Wed, 13 Nov 2024 18:31:28 +0100 Subject: [PATCH] Update "Call to Action" to "Call to action" --- src/wp-includes/block-patterns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-patterns.php b/src/wp-includes/block-patterns.php index 851898d006a98..f1a24cdf72fe1 100644 --- a/src/wp-includes/block-patterns.php +++ b/src/wp-includes/block-patterns.php @@ -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.' ), ) );