From 9275b024de20e2b9999b5a23da9b0e30b3ac4a70 Mon Sep 17 00:00:00 2001 From: Tony Chia Date: Mon, 4 Dec 2017 16:27:46 -0800 Subject: [PATCH] Update main.js Changed "credential tpyes" to "credential types" --- awx/ui/client/src/projects/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/projects/main.js b/awx/ui/client/src/projects/main.js index 25e6eeaea1..7bd3616c23 100644 --- a/awx/ui/client/src/projects/main.js +++ b/awx/ui/client/src/projects/main.js @@ -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 }); });