Skip to content

Commit

Permalink
Remove "content" from block switcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed May 11, 2017
1 parent e7825a4 commit f8c784e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/block-switcher/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class BlockSwitcher extends wp.element.Component {
onClick={ this.toggleMenu }
aria-haspopup="true"
aria-expanded={ this.state.open }
label={ wp.i18n.__( 'Change block content type' ) }
label={ wp.i18n.__( 'Change block type' ) }
>
<div className="editor-block-switcher__arrow" />
</IconButton>
Expand All @@ -84,7 +84,7 @@ class BlockSwitcher extends wp.element.Component {
className="editor-block-switcher__menu"
role="menu"
tabIndex="0"
aria-label={ wp.i18n.__( 'Content types' ) }
aria-label={ wp.i18n.__( 'Block types' ) }
>
{ allowedBlocks.map( ( { slug, title, icon } ) => (
<IconButton
Expand Down

0 comments on commit f8c784e

Please sign in to comment.