Skip to content

Commit

Permalink
Merge pull request #1240 from LiskHQ/1225-electron-update-dialog-show…
Browse files Browse the repository at this point in the history
…ing-some-errors

Electron update dialog showing some errors - Closes #1225
  • Loading branch information
faival committed Sep 5, 2018
2 parents bbd6d58 + 8101ef6 commit c9b40d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/modules/updateModal.js
Expand Up @@ -24,7 +24,7 @@ export default (electron, releaseNotes, updateCallBack, versions) => {
win.webContents.send('loadNotes', {
title: i18n.t('New version available'),
message: `<h3>${i18n.t('Release Notes')}</h3>${releaseNotes}`,
versions: i18n.t('Lisk hub {{newVersion}} is available. You have {{oldVersion}}. Would you like to download it now?', versions),
versions: i18n.t('Lisk Hub {{newVersion}} is available. You have {{oldVersion}}. Would you like to download it now?', versions),
buttons: [i18n.t('Update now'), i18n.t('Later')],
});
win.show();
Expand Down
2 changes: 1 addition & 1 deletion i18n/locales/en/common.json
Expand Up @@ -174,9 +174,9 @@
"Lisk Explorer": "Lisk Explorer",
"Lisk Help Center": "Lisk Help Center",
"Lisk Hub": "Lisk Hub",
"Lisk Hub {{newVersion}} is available. You have {{oldVersion}}. Would you like to download it now?": "Lisk Hub {{newVersion}} is available. You have {{oldVersion}}. Would you like to download it now?",
"Lisk ID": "Lisk ID",
"Lisk Website": "Lisk Website",
"Lisk hub {{newVersion}} is available. You have {{oldVersion}}. Would you like to download it now?": "Lisk hub {{newVersion}} is available. You have {{oldVersion}}. Would you like to download it now?",
"Lisk.Chat": "Lisk.Chat",
"Local": "Local",
"Lock ID": "Lock ID",
Expand Down

0 comments on commit c9b40d0

Please sign in to comment.