diff --git a/app/models/notification_services/hipchat_service.rb b/app/models/notification_services/hipchat_service.rb index 8b096de..8312bd9 100644 --- a/app/models/notification_services/hipchat_service.rb +++ b/app/models/notification_services/hipchat_service.rb @@ -6,8 +6,8 @@ if defined? HipChat :placeholder => "API Token" }], [:room_id, { - :placeholder => "Room ID", - :label => "Room ID" + :placeholder => "Room name", + :label => "Room name" }], ] @@ -32,4 +32,4 @@ if defined? HipChat client[room_id].send('Errbit', message, :color => 'red') end end -end \ No newline at end of file +end -- libgit2 0.21.2