Skip to content

Commit

Permalink
Remove "info" wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtias committed Sep 21, 2017
1 parent e51468a commit 7e3cc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/table-of-contents/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class TableOfContents extends Component {
className="table-of-contents__toggle"
onClick={ () => this.setState( { showPopover: ! this.state.showPopover } ) }
>
<Dashicon icon="marker" /> { __( 'Info' ) }
<Dashicon icon="info" />
</button>
<Popover
isOpen={ this.state.showPopover }
Expand Down

0 comments on commit 7e3cc89

Please sign in to comment.