From bdb895eec2cf81713463a245d1cebc0e0ea8b344 Mon Sep 17 00:00:00 2001 From: Hunter Trujillo Date: Thu, 6 Apr 2017 12:27:32 -0600 Subject: [PATCH] Fix HipChat placeholder typo. --- ui/src/kapacitor/components/HipChatConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/kapacitor/components/HipChatConfig.js b/ui/src/kapacitor/components/HipChatConfig.js index 7f3569dc9..42c392e93 100644 --- a/ui/src/kapacitor/components/HipChatConfig.js +++ b/ui/src/kapacitor/components/HipChatConfig.js @@ -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 || ''} />