mirror of
https://github.com/ansible/awx.git
synced 2026-05-14 12:57:40 -02:30
Fixed typo in SCM update messages.
This commit is contained in:
@@ -83,7 +83,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
|||||||
}
|
}
|
||||||
else if (project.status == 'updating') {
|
else if (project.status == 'updating') {
|
||||||
Alert('Pending Status', 'An update is currently running. Status details cannot be viewed until the update process ' +
|
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 {
|
else {
|
||||||
Alert('No Updates Available', 'There is no SCM update information available for this project. An update has not yet been ' +
|
Alert('No Updates Available', 'There is no SCM update information available for this project. An update has not yet been ' +
|
||||||
|
|||||||
Reference in New Issue
Block a user