From 9d898bca65192e493516bf0dc36eb3c885034ad2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 6 Oct 2014 12:17:05 -0400 Subject: [PATCH] Make Hipchat token messaging more clear --- static/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/js/app.js b/static/js/app.js index 823de0ad0..2190a13de 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -1390,7 +1390,8 @@ quayApp = angular.module('quay', quayDependencies, function($provide, cfpLoading { 'name': 'notification_token', 'type': 'string', - 'title': 'Notification Token' + 'title': 'Room Notification Token', + 'help_url': 'https://hipchat.com/rooms/tokens/{room_id}' } ] },