We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2571ea0 commit a0f8d13Copy full SHA for a0f8d13
1 file changed
atom-lib/menu-template.js
@@ -3,10 +3,10 @@ const BrowserWindow = electron.BrowserWindow
3
const shell = electron.shell
4
5
var boost = {
6
- label: 'Boost',
+ label: 'Boostnote',
7
submenu: [
8
{
9
- label: 'About Boost',
+ label: 'About Boostnote',
10
selector: 'orderFrontStandardAboutPanel:'
11
},
12
@@ -20,7 +20,7 @@ var boost = {
20
type: 'separator'
21
22
23
- label: 'Hide Boost',
+ label: 'Hide Boostnote',
24
accelerator: 'Command+H',
25
selector: 'hide:'
26
@@ -137,7 +137,7 @@ var help = {
137
role: 'help',
138
139
140
- label: 'Boost official site',
+ label: 'Boostnote official site',
141
click: function () { shell.openExternal('https://b00st.io/') }
142
143
0 commit comments