summaryrefslogtreecommitdiffhomepage
path: root/gui/src
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src')
-rw-r--r--gui/src/main/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/main/index.ts b/gui/src/main/index.ts
index faa45e4ff0..efe76bdfab 100644
--- a/gui/src/main/index.ts
+++ b/gui/src/main/index.ts
@@ -1241,7 +1241,7 @@ class ApplicationMain {
private setMacOsAppMenu() {
const template: Electron.MenuItemConstructorOptions[] = [
{
- label: 'Mullvad',
+ label: 'Mullvad VPN',
submenu: [{ role: 'quit' }],
},
{
@@ -1261,7 +1261,7 @@ class ApplicationMain {
private setLinuxAppMenu() {
const template: Electron.MenuItemConstructorOptions[] = [
{
- label: 'Mullvad',
+ label: 'Mullvad VPN',
submenu: [{ role: 'quit' }],
},
];