mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
Merge pull request #768 from tchia04/fix_typo_credential_types
Fix typo: Failed to get credential tpyes
This commit is contained in:
commit
13d84b8d35
@ -42,7 +42,7 @@ angular.module('Projects', [])
|
||||
}).catch(function(response) {
|
||||
ProcessErrors(null, response.data, response.status, null, {
|
||||
hdr: 'Error!',
|
||||
msg: 'Failed to get credential tpyes. GET returned status: ' +
|
||||
msg: 'Failed to get credential types. GET returned status: ' +
|
||||
response.status
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user