mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
Changes "Cancel" to "OK" on cancel-job-prompt modal
This commit is contained in:
@@ -174,7 +174,7 @@ function ListJobsController (
|
|||||||
resourceName: $filter('sanitize')(job.name),
|
resourceName: $filter('sanitize')(job.name),
|
||||||
body: deleteModalBody,
|
body: deleteModalBody,
|
||||||
action,
|
action,
|
||||||
actionText: strings.get('CANCEL')
|
actionText: strings.get('OK')
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user