Update main.js

Changed "credential tpyes" to "credential types"
This commit is contained in:
Tony Chia 2017-12-04 16:27:46 -08:00 committed by GitHub
parent 4f8d4994cf
commit 9275b024de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
});
});