mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fixed typo in cancel message
This commit is contained in:
parent
f73e56439a
commit
8e4adfb887
@ -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 <em>Refresh</em> ' +
|
||||
'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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user