Skip to content

Commit

Permalink
refactor: Renamed MenuItems in Help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed May 17, 2021
1 parent 6f47073 commit 7cfb0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/menu/HelpMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ const buildHelpMenu = (
},
},
{
label: 'View Release Notes',
label: 'Release Notes',
async click() {
showModal(ReleaseNotesModal);
},
},
{ type: 'separator' },
{
label: 'Show Backups Folder',
label: 'Backups Folder',
click: async () => {
remote.shell.openPath(
Path.join(remote.app.getPath('userData'), 'Backup')
Expand Down

0 comments on commit 7cfb0e6

Please sign in to comment.