mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 08:43:36 -05:00
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),
|
||||
body: deleteModalBody,
|
||||
action,
|
||||
actionText: strings.get('CANCEL')
|
||||
actionText: strings.get('OK')
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user