From 0f10f23ab06d277402f01504dd36a3ad55c5c557 Mon Sep 17 00:00:00 2001 From: chouseknecht Date: Tue, 10 Sep 2013 14:33:44 -0400 Subject: [PATCH] Fixed typo in SCM update messages. --- awx/ui/static/js/controllers/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/Projects.js b/awx/ui/static/js/controllers/Projects.js index f433cccfa9..55f58e2501 100644 --- a/awx/ui/static/js/controllers/Projects.js +++ b/awx/ui/static/js/controllers/Projects.js @@ -83,7 +83,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest, } else if (project.status == 'updating') { Alert('Pending Status', 'An update is currently running. Status details cannot be viewed until the update process ' + - ' completes. Use the refresh button to monitor progress of the update proess.', 'alert-info'); + ' completes. Use the refresh button to monitor progress of the update process.', 'alert-info'); } else { Alert('No Updates Available', 'There is no SCM update information available for this project. An update has not yet been ' +