summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2019-09-02 12:48:14 +0200
committerAndrej Mihajlov <and@mullvad.net>2019-09-03 11:44:35 +0200
commit53ad683bcd5b3c2333b36a4e837e4f454299176d (patch)
treee3c85b982131d952a937152ed8f2203ce11097ac
parentcef068a2627557fb4926e50126ff5ed62bd4ee01 (diff)
downloadmullvadvpn-53ad683bcd5b3c2333b36a4e837e4f454299176d.tar.xz
mullvadvpn-53ad683bcd5b3c2333b36a4e837e4f454299176d.zip
Rename Mullvad label to "Mullvad VPN"
-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' }],
},
];