mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02:30
Update main.js
Changed "credential tpyes" to "credential types"
This commit is contained in:
@@ -42,7 +42,7 @@ angular.module('Projects', [])
|
|||||||
}).catch(function(response) {
|
}).catch(function(response) {
|
||||||
ProcessErrors(null, response.data, response.status, null, {
|
ProcessErrors(null, response.data, response.status, null, {
|
||||||
hdr: 'Error!',
|
hdr: 'Error!',
|
||||||
msg: 'Failed to get credential tpyes. GET returned status: ' +
|
msg: 'Failed to get credential types. GET returned status: ' +
|
||||||
response.status
|
response.status
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user