Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.

Commit

Permalink
Fix typo in placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdford committed Jan 22, 2017
1 parent 4bdf1d6 commit 3bc1315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/SDBDescriptionField/SDBDescriptionField.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default class SDBDescriptionField extends Component {
<div className={((description.touched && description.error) ? 'ncss-textarea-container error' : 'ncss-textarea-container')}>
<label className='ncss-label'>Description</label>
<textarea className='ncss-textarea pt2-sm pr4-sm pb2-sm pl4-sm'
placeholder='Enter a description for you Bucket'
placeholder='Enter a description for your Bucket'
maxLength={`${cms.SDB_DESC_MAX_LENGTH}`}
{...description} />
{description.touched && description.error && <div className='ncss-error-msg'>{description.error}</div>}
Expand Down

0 comments on commit 3bc1315

Please sign in to comment.