diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 4b8038023d..a49c7a126b 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -274,6 +274,8 @@ export default function() { color: { label: 'Notification Color', type: 'text', + awPopOver: '
Color can be one of yellow, green, red, ' +
+ 'purple, gray, or random.\n',
awRequiredWhen: {
reqExpression: "hipchat_required",
init: "false"