Skip to content

Commit

Permalink
Fix missing label on heading toolbar. (#20248)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill authored Feb 19, 2020
1 parent 3d3c3e1 commit 59b07cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/heading/heading-toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class HeadingToolbar extends Component {
controls={ range( minLevel, maxLevel ).map( ( index ) =>
this.createLevelControl( index, selectedLevel, onChange )
) }
label={ __( 'Change heading level' ) }
/>
);
}
Expand Down

0 comments on commit 59b07cc

Please sign in to comment.