Skip to content

Commit

Permalink
Fix i18n import path
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Nov 14, 2017
1 parent 0db4b88 commit e04411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/lib/updater.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { autoUpdater } from 'electron-updater';
import log from 'electron-log';
import ms from 'ms';
import i18n from '../i18n';
import i18n from '../../shared/i18n';

// Set logger
autoUpdater.logger = log;
Expand Down

0 comments on commit e04411e

Please sign in to comment.