mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
fix tooltip message for notification template (#4448)
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user