mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Changes "Cancel" to "OK" on cancel-job-prompt modal
This commit is contained in:
parent
359140f733
commit
cf0efe969e
@ -174,7 +174,7 @@ function ListJobsController (
|
||||
resourceName: $filter('sanitize')(job.name),
|
||||
body: deleteModalBody,
|
||||
action,
|
||||
actionText: strings.get('CANCEL')
|
||||
actionText: strings.get('OK')
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user