From 1b33e531cf9c7673a40cd809e94f5d3770cd4828 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 17 Mar 2017 12:59:38 -0400 Subject: [PATCH] add i18n back into job template form --- awx/ui/client/src/templates/job-template.form.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {