add i18n back into job template form

This commit is contained in:
John Mitchell 2017-03-17 12:59:38 -04:00
parent 73ec664d53
commit 1b33e531cf

View File

@ -11,8 +11,8 @@
*/
export default ['NotificationsList', 'CompletedJobsList',
function(NotificationsList, CompletedJobsList) {
export default ['NotificationsList', 'CompletedJobsList', 'i18n',
function(NotificationsList, CompletedJobsList, i18n) {
return function() {
var JobTemplateFormObject = {