Skip to content

Commit

Permalink
Add missing textdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Apr 7, 2023
1 parent f7a64fa commit eb29d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/experimental/user-block-patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ function gutenberg_register_user_block_patterns() {
register_block_pattern_category(
'user',
array(
'label' => _x( 'User patterns', 'Block pattern category' ),
'description' => __( 'Patterns that were created by users on this site.' ),
'label' => _x( 'User patterns', 'Block pattern category', 'gutenberg' ),
'description' => __( 'Patterns that were created by users on this site.', 'gutenberg' ),
)
);

Expand Down

0 comments on commit eb29d2b

Please sign in to comment.