Merge pull request #1735 from paneu/devel

Fix trivial UI typo
This commit is contained in:
Bill Nottingham 2018-04-05 14:00:58 -04:00 committed by GitHub
commit 538bf40f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ export default ['i18n', function(i18n){
label: i18n._('Copy'),
ngClick: 'copyCustomInv(inventory_script)',
"class": 'btn-danger btn-xs',
awToolTip: i18n._('Copy inventory scruot'),
awToolTip: i18n._('Copy inventory script'),
dataPlacement: 'top',
ngShow: 'inventory_script.summary_fields.user_capabilities.edit'
},