Skip to content

Commit c452ee2

Browse files
committed
menu: Improve help menu.
1 parent 3582aa4 commit c452ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/main/menu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,12 +116,12 @@ class AppMenu {
116116

117117
getHelpSubmenu() {
118118
return [{
119-
label: `${appName} Website`,
119+
label: `${appName} Help`,
120120
click() {
121121
shell.openExternal('https://zulipchat.com/help/');
122122
}
123123
}, {
124-
label: `${appName + ' Desktop'} - ${app.getVersion()}`,
124+
label: `${appName + ' Desktop-'} v${app.getVersion()}`,
125125
enabled: false
126126
}, {
127127
label: 'Report an Issue...',

0 commit comments

Comments
 (0)