Make Hipchat token messaging more clear
This commit is contained in:
parent
962062fb08
commit
9d898bca65
1 changed files with 2 additions and 1 deletions
|
@ -1390,7 +1390,8 @@ quayApp = angular.module('quay', quayDependencies, function($provide, cfpLoading
|
||||||
{
|
{
|
||||||
'name': 'notification_token',
|
'name': 'notification_token',
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'title': 'Notification Token'
|
'title': 'Room Notification Token',
|
||||||
|
'help_url': 'https://hipchat.com/rooms/tokens/{room_id}'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue