mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-21 18:26:32 +00:00
fix(gui): Fix "about" menu entry
This fixes the capitalization of the "About Etcher" entry in the application menu Change-Type: patch
This commit is contained in:
parent
64604dbcc6
commit
2f872375ef
@ -107,7 +107,8 @@ const buildWindowMenu = (window) => {
|
||||
menuTemplate.unshift({
|
||||
label: packageJson.displayName,
|
||||
submenu: [ {
|
||||
role: 'about'
|
||||
role: 'about',
|
||||
label: 'About Etcher'
|
||||
}, {
|
||||
type: 'separator'
|
||||
}, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user