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'