mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -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 {
|
} else {
|
||||||
Alert('Update Not Found', 'An SCM update does not appear to be running for project: ' + $filter('sanitize')(name) + '. Click the <em>Refresh</em> ' +
|
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