Skip to content

Commit

Permalink
Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Aug 3, 2018
1 parent b379a78 commit c29f3b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ const PostFormatPanel = ( { suggestion, onUpdatePostFormat } ) => <PanelBody ini
__( 'Add a post format' )
}</span>,
] } >
<p> { __( 'Your theme will be able to use them to display content differently.' ) } </p>
<p> { __( 'Your theme uses post formats -- styling tweaks that complement different kinds of content.' ) } </p>
<p>
{ __( 'It looks like this post could use the following format type: ' ) }
{ __( 'The ' ) }
<PostFormatSuggested suggestion={ suggestion } onUpdatePostFormat={ onUpdatePostFormat } />
.
{ __( ' format would be great for this post.' ) }
</p>
</PanelBody>;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const TagsPanel = () => <PanelBody initialOpen={ false } title={ [
__( 'Add tags to your post' )
}</span>,
] }>
<p> { __( 'This will help readers find your posts.' ) } </p>
<p> { __( "Enter a few words that describe your post's subject to help interested readers find it." ) } </p>
<FlatTermSelector slug={ 'post_tag' } />
</PanelBody>;

Expand Down

0 comments on commit c29f3b0

Please sign in to comment.