fix tooltip message for notification template (#4448)

This commit is contained in:
Jake McDermott
2016-12-15 00:16:40 -05:00
committed by GitHub
parent 0900484c62
commit 3ee8c4159a

View File

@@ -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'