Skip to content

Commit

Permalink
runfix: Load correct string for website menu item (#2407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffflorian authored and bennycode committed Mar 28, 2019
1 parent 34b1668 commit 1ccbf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/src/interfaces/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export type i18nLanguageIdentifier =
| 'menuVideoCall'
| 'menuView'
| 'menuWindow'
| 'menuWebsiteURL'
| 'menuWireURL'
| 'restartLater'
| 'restartLocale'
| 'restartNeeded'
Expand Down
2 changes: 1 addition & 1 deletion electron/src/menu/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ const helpTemplate: ElectronMenuItemWithI18n = {
},
{
click: () => shell.openExternal(EnvironmentUtil.web.getWebsiteUrl()),
i18n: 'menuWebsiteURL',
i18n: 'menuWireURL',
},
],
};
Expand Down

0 comments on commit 1ccbf24

Please sign in to comment.