Skip to content

Commit

Permalink
Size to Level (#4440)
Browse files Browse the repository at this point in the history
Changes copy from "Size" to Level" displayed within Heading block settings.
  • Loading branch information
Riley Brook authored and aduth committed Jan 12, 2018
1 parent 440d278 commit 8ac6cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/heading/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ registerBlockType( 'core/heading', {
focus && (
<InspectorControls key="inspector">
<h3>{ __( 'Heading Settings' ) }</h3>
<p>{ __( 'Size' ) }</p>
<p>{ __( 'Level' ) }</p>
<Toolbar
controls={
'123456'.split( '' ).map( ( level ) => ( {
Expand Down

0 comments on commit 8ac6cc8

Please sign in to comment.