Changes "Cancel" to "OK" on cancel-job-prompt modal

This commit is contained in:
Jared Tabor 2018-05-01 16:20:44 -07:00
parent 359140f733
commit cf0efe969e
No known key found for this signature in database
GPG Key ID: 1B343EC4C3CF7E5C

View File

@ -174,7 +174,7 @@ function ListJobsController (
resourceName: $filter('sanitize')(job.name),
body: deleteModalBody,
action,
actionText: strings.get('CANCEL')
actionText: strings.get('OK')
});
};