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 3582aa4 commit c452ee2Copy full SHA for c452ee2
app/main/menu.js
@@ -116,12 +116,12 @@ class AppMenu {
116
117
getHelpSubmenu() {
118
return [{
119
- label: `${appName} Website`,
+ label: `${appName} Help`,
120
click() {
121
shell.openExternal('https://zulipchat.com/help/');
122
}
123
}, {
124
- label: `${appName + ' Desktop'} - ${app.getVersion()}`,
+ label: `${appName + ' Desktop-'} v${app.getVersion()}`,
125
enabled: false
126
127
label: 'Report an Issue...',
0 commit comments