Skip to content

Commit

Permalink
Change warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
SantosGuillamot committed Sep 2, 2024
1 parent 0e370ae commit c554b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/use-bindings-attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export const withBlockBindingSupport = createHigherOrderComponent(
{ sprintf(
/* translators: %1$s: block attribute, %2$s: invalid block bindings source. */
__(
'Attribute "%1$s" is connected to undefined "%2$s" block bindings source. You can leave this block intact, modify the connection, or remove it.'
'Attribute "%1$s" is connected to unrecognized "%2$s" source. You can leave this block intact, modify the connection, or remove it.'
),
invalidBinding.attribute,
invalidBinding.source
Expand Down

0 comments on commit c554b00

Please sign in to comment.