Skip to content

Commit

Permalink
Relabel dismiss button
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Feb 3, 2023
1 parent 6088f71 commit 6f5fc38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function InspectorControlsTabsHint() {
className="block-editor-inspector-controls-tabs__hint-dismiss"
icon={ close }
iconSize="16"
label={ __( 'Dismiss' ) }
label={ __( 'Dismiss hint' ) }
onClick={ () => {
// Retain focus when dismissing the element.
const previousElement = focus.tabbable.findPrevious(
Expand Down

0 comments on commit 6f5fc38

Please sign in to comment.