Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
cbravobernal committed Jun 12, 2024
1 parent 2920643 commit 8fae6f1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-editor/src/hooks/block-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ export const BlockBindingsPanel = ( { name, metadata } ) => {
className="components-panel__block-bindings-panel"
>
<BaseControl
help={ __(
'Connected attributes connected to different sources.'
) }
help={ __( 'Attributes connected to various sources.' ) }
>
<ItemGroup isBordered isSeparated size="large">
{ Object.keys( filteredBindings ).map( ( key ) => {
Expand Down

0 comments on commit 8fae6f1

Please sign in to comment.