Skip to content

Commit

Permalink
Block Settings Menu: Fix Close Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 9, 2017
1 parent 3465de5 commit 8557b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/block-settings-menu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class BlockSettingsMenu extends Component {
className={ toggleClassname }
onClick={ this.toggleMenu }
icon="ellipsis"
label={ __( 'Open Settings Menu' ) }
label={ opened ? __( 'Close Settings Menu' ) : __( 'Open Settings Menu' ) }
/>

{ opened && <BlockSettingsMenuContent uid={ uid } /> }
Expand Down

0 comments on commit 8557b53

Please sign in to comment.