Fix HipChat placeholder typo.

pull/1209/head
Hunter Trujillo 2017-04-06 12:27:32 -06:00
parent 70067efd77
commit bdb895eec2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const HipchatConfig = React.createClass({
className="form-control"
id="room"
type="text"
placeholder="your-hipchat-token"
placeholder="your-hipchat-room"
ref={(r) => this.room = r}
defaultValue={room || ''}
/>