diff --git a/awx/ui/client/src/templates/job-template.form.js b/awx/ui/client/src/templates/job-template.form.js index f5b8f59502..3a3d006c10 100644 --- a/awx/ui/client/src/templates/job-template.form.js +++ b/awx/ui/client/src/templates/job-template.form.js @@ -11,8 +11,8 @@ */ -export default ['NotificationsList', 'CompletedJobsList', -function(NotificationsList, CompletedJobsList) { +export default ['NotificationsList', 'CompletedJobsList', 'i18n', +function(NotificationsList, CompletedJobsList, i18n) { return function() { var JobTemplateFormObject = {