mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 00:57:48 -02:30
fix tooltip message for notification template (#4448)
This commit is contained in:
@@ -47,7 +47,7 @@ export default ['i18n', function(i18n){
|
|||||||
add: {
|
add: {
|
||||||
mode: 'all', // One of: edit, select, all
|
mode: 'all', // One of: edit, select, all
|
||||||
ngClick: 'addNotification()',
|
ngClick: 'addNotification()',
|
||||||
awToolTip: i18n._('Create a new custom inventory'),
|
awToolTip: i18n._('Create a new notification template'),
|
||||||
actionClass: 'btn List-buttonSubmit',
|
actionClass: 'btn List-buttonSubmit',
|
||||||
buttonContent: '+ ' + i18n._('ADD'),
|
buttonContent: '+ ' + i18n._('ADD'),
|
||||||
ngShow: 'canAdd'
|
ngShow: 'canAdd'
|
||||||
|
|||||||
Reference in New Issue
Block a user