mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +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({
|
menuTemplate.unshift({
|
||||||
label: packageJson.displayName,
|
label: packageJson.displayName,
|
||||||
submenu: [ {
|
submenu: [ {
|
||||||
role: 'about'
|
role: 'about',
|
||||||
|
label: 'About Etcher'
|
||||||
}, {
|
}, {
|
||||||
type: 'separator'
|
type: 'separator'
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user