Skip to content

Commit

Permalink
Update message
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jun 12, 2023
1 parent bfd6038 commit dae5201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-wp-duotone-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ private static function get_filter_svg( $filter_id, $colors ) {
if ( null === $color ) {
$error_message = sprintf(
/* translators: %s: duotone colors */
__( '"%s" is not a hex or rgb string in theme.json settings.', 'gutenberg' ),
__( '"%s" in theme.json settings.color.duotone is not a hex or rgb string.', 'gutenberg' ),
$color_str
);
_doing_it_wrong( __METHOD__, $error_message, '6.3.0' );
Expand Down

0 comments on commit dae5201

Please sign in to comment.