1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-04 12:51:18 +03:00

Fixed typo in SCM update messages.

This commit is contained in:
chouseknecht 2013-09-10 14:33:44 -04:00
parent 505b2b9998
commit 0f10f23ab0

View File

@ -83,7 +83,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
}
else if (project.status == 'updating') {
Alert('Pending Status', 'An update is currently running. Status details cannot be viewed until the update process ' +
' completes. Use the refresh button to monitor progress of the update proess.', 'alert-info');
' completes. Use the refresh button to monitor progress of the update process.', 'alert-info');
}
else {
Alert('No Updates Available', 'There is no SCM update information available for this project. An update has not yet been ' +