Skip to content

Commit

Permalink
Change the ToolbarButton label
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Feb 22, 2024
1 parent 585d5a3 commit bbd3fcc
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ export default function BlockBindingsButton( { clientId } ) {
return isConnected ? (
<ToolbarButton
icon={ connection }
label={ _x(
// TODO: Let's get this naming right
'Connected to a block bindings source',
'block toolbar button label'
) }
label={ _x( 'Connected', 'block toolbar button label' ) }
iconSize={ 24 }
></ToolbarButton>
) : null;
Expand Down

0 comments on commit bbd3fcc

Please sign in to comment.