From 8e4adfb88737686821d46bb6eaa8a4a09cfc6d03 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Sun, 25 Oct 2015 00:15:24 -0400 Subject: [PATCH] fixed typo in cancel message --- awx/ui/client/src/controllers/Projects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/src/controllers/Projects.js b/awx/ui/client/src/controllers/Projects.js index 83920528c8..e0a5ce9956 100644 --- a/awx/ui/client/src/controllers/Projects.js +++ b/awx/ui/client/src/controllers/Projects.js @@ -330,7 +330,7 @@ export function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, }); } else { Alert('Update Not Found', 'An SCM update does not appear to be running for project: ' + $filter('sanitize')(name) + '. Click the Refresh ' + - 'button to view the latet status.', 'alert-info',undefined,undefined,undefined,undefined,true); + 'button to view the latest status.', 'alert-info',undefined,undefined,undefined,undefined,true); } };