Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix error message in about dialog - Closes #907
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Oct 26, 2017
1 parent 9b29ca4 commit fbdb2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = (app, copyright, i18n) => {
if (focusedWindow) {
const options = {
buttons: ['OK'],
icon: `${__dirname}/assets/images/lisk.png`,
icon: `${__dirname}/assets/images/LISK.png`,
message: `${i18n.t('Lisk Nano')}\n${i18n.t('Version')} ${app.getVersion()}\n${copyright}`,
};
electron.dialog.showMessageBox(focusedWindow, options, () => {});
Expand Down

0 comments on commit fbdb2ec

Please sign in to comment.