1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00

Merge pull request #1256 from wenottingham/typo-fix

Fix trivial UI typo
This commit is contained in:
Jake McDermott 2018-04-05 20:15:11 -04:00 committed by GitHub
commit 21b58e689a
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'
},