diff --git a/src/utils/menu.ts b/src/utils/menu.ts index d6e5d86c8..29ec0606c 100644 --- a/src/utils/menu.ts +++ b/src/utils/menu.ts @@ -200,7 +200,7 @@ export async function buildMenuBar(mainWindow: BrowserWindow): Promise { }, { type: 'separator' }, { - label: 'View Crash Reports', + label: 'View crash reports', click: () => { shell.openPath(app.getPath('crashDumps')); },