From 3ee8c4159aac0222e264e612177c8202e6e8783e Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Thu, 15 Dec 2016 00:16:40 -0500 Subject: [PATCH] fix tooltip message for notification template (#4448) --- awx/ui/client/src/notifications/notificationTemplates.list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/notifications/notificationTemplates.list.js b/awx/ui/client/src/notifications/notificationTemplates.list.js index f0e1d527d5..eb1d0bbfa7 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.list.js +++ b/awx/ui/client/src/notifications/notificationTemplates.list.js @@ -47,7 +47,7 @@ export default ['i18n', function(i18n){ add: { mode: 'all', // One of: edit, select, all ngClick: 'addNotification()', - awToolTip: i18n._('Create a new custom inventory'), + awToolTip: i18n._('Create a new notification template'), actionClass: 'btn List-buttonSubmit', buttonContent: '+ ' + i18n._('ADD'), ngShow: 'canAdd'