From 1eb82e2f0103e1d16b3293256524ad59e790640e Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Sun, 30 Jun 2013 03:44:28 -0400 Subject: [PATCH] Fixed a typographical mistakes in ProcessError calls. --- awx/ui/static/js/helpers/Groups.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/helpers/Groups.js b/awx/ui/static/js/helpers/Groups.js index 9aa26dcf1a..0f9aaae240 100644 --- a/awx/ui/static/js/helpers/Groups.js +++ b/awx/ui/static/js/helpers/Groups.js @@ -233,7 +233,7 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', ' }) .error( function(data, status, headers, config) { ProcessErrors(scope, data, status, form, - { hdr: 'Error!', msg: 'Failed to add new group. Post returned status: ' + status }); + { hdr: 'Error!', msg: 'Failed to add new group. POST returned status: ' + status }); }); } catch(err) {