Skip to content

Commit

Permalink
Change subhead to say subheading (#6407)
Browse files Browse the repository at this point in the history
* Change subhead to say subheading

Try branch for #5790.

* Blocks: Rename subhead to subheading
  • Loading branch information
Tammie Lister authored and gziolo committed May 15, 2018
1 parent cd848e9 commit 787b8d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core-blocks/subhead/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import './style.scss';
export const name = 'core/subhead';

export const settings = {
title: __( 'Subhead' ),
title: __( 'Subheading' ),

description: __( 'What\'s a subhead? Smaller than a headline, bigger than basic text.' ),

Expand Down Expand Up @@ -88,7 +88,7 @@ export const settings = {
} }
style={ { textAlign: align } }
className={ className }
placeholder={ placeholder || __( 'Write subhead…' ) }
placeholder={ placeholder || __( 'Write subheading…' ) }
/>
</Fragment>
);
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The current WordPress editor is an open text window—it’s always been a wonde
- Pasted links for embeds.
- `Shortcodes` for specialized assets from plugins.
- Featured images for the image at the top of a post or page.
- Excerpts for subheads.
- Excerpts for subheadings.
- Widgets for content on the side of a page.

As we thought about these uses and how to make them obvious and consistent, we began to embrace the concept of “blocks.” All of the above items could be blocks: easy to search and understand, and easy to dynamically shift around the page. The block concept is very powerful, and if designed thoughtfully, can offer an outstanding editing and publishing experience.
Expand Down

0 comments on commit 787b8d5

Please sign in to comment.