mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 15:06:02 -03:30
fixed typo in cancel message
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user