diff --git a/ghost/members-importer/lib/batch-import.js b/ghost/members-importer/lib/batch-import.js index 06fc4816ec..268c6a271f 100644 --- a/ghost/members-importer/lib/batch-import.js +++ b/ghost/members-importer/lib/batch-import.js @@ -6,7 +6,7 @@ const errors = require('@tryghost/errors'); const debug = require('ghost-ignition').debug('importer:members'); const membersService = require('../index'); const models = require('../../../models'); -const {i18n} = require('../../../lib/common'); +const i18n = require('../../../lib/common/i18n'); const logging = require('../../../../shared/logging'); const handleUnrecognizedError = (error) => {