Fix HipChat placeholder typo.
parent
70067efd77
commit
bdb895eec2
|
@ -63,7 +63,7 @@ const HipchatConfig = React.createClass({
|
||||||
className="form-control"
|
className="form-control"
|
||||||
id="room"
|
id="room"
|
||||||
type="text"
|
type="text"
|
||||||
placeholder="your-hipchat-token"
|
placeholder="your-hipchat-room"
|
||||||
ref={(r) => this.room = r}
|
ref={(r) => this.room = r}
|
||||||
defaultValue={room || ''}
|
defaultValue={room || ''}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue