fixed typo in cancel message

This commit is contained in:
John Mitchell
2015-10-25 00:15:24 -04:00
parent f73e56439a
commit 8e4adfb887

View File

@@ -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);
} }
}; };