mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Update main.js
Changed "credential tpyes" to "credential types"
This commit is contained in:
parent
4f8d4994cf
commit
9275b024de
@ -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