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:
commit
21b58e689a
@ -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'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user