Skip to content

Commit

Permalink
add periods after help msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
marekhrabe committed May 16, 2019
1 parent 49e5b83 commit 3dd54a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/form-token-field/index.js
Expand Up @@ -585,8 +585,8 @@ class FormTokenField extends Component {
</div>
<p id={ `components-form-token-suggestions-howto-${ instanceId }` } className="components-form-token-field__help">
{ this.props.tokenizeOnSpace ?
__( 'Separate using commas, spaces, or the Enter key' ) :
__( 'Separate using commas or the Enter key' )
__( 'Separate with commas, spaces, or the Enter key.' ) :
__( 'Separate with commas or the Enter key.' )
}
</p>
</div>
Expand Down

0 comments on commit 3dd54a2

Please sign in to comment.