Skip to content

Commit b45a5e9

Browse files
committed
Merge branch 'update-app-with-new-support-email-address-des-625'
2 parents 19c40c3 + 7770273 commit b45a5e9

File tree

9 files changed

+9
-8
lines changed

9 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/1-bug-desktop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
please contact support instead of filing a bug report. Go to
1818
`Settings (cogwheel) -> Support -> Report a problem`.
1919
That way the support team gets redacted logs from your app and can help you out better.
20-
You can also just email them at support@mullvad.net.
20+
You can also just email them at support@mullvadvpn.net.
2121
options:
2222
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
2323
required: true

.github/ISSUE_TEMPLATE/2-bug-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
please contact support instead of filing a bug report. Go to
1818
`Settings (cogwheel) -> Support -> Report a problem`.
1919
That way the support team gets redacted logs from your app and can help you out better.
20-
You can also just email them at support@mullvad.net.
20+
You can also just email them at support@mullvadvpn.net.
2121
options:
2222
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
2323
required: true

.github/ISSUE_TEMPLATE/3-bug-ios.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ body:
1717
please contact support instead of filing a bug report. Go to
1818
`Settings (cogwheel) -> Report a problem`.
1919
That way the support team gets redacted logs from your app and can help you out better.
20-
You can also just email them at support@mullvad.net.
20+
You can also just email them at support@mullvadvpn.net.
2121
options:
2222
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
2323
required: true

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
- name: Questions and issues not directly related to our VPN application
55
about: >
66
If your question is not related to our VPN application specifically,
7-
please contact our support team at support@mullvad.net or visit our help center
7+
please contact our support team at support@mullvadvpn.net or visit our help center
88
at https://mullvad.net/help instead of filing an issue.
99
This includes questions/issues about our service, infrastructure, DNS and more.
1010
url: https://mullvad.net/help

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Line wrap the file at 100 chars. Th
6262
- Update Electron from 26.3.0 to 28.1.3.
6363
- Improve the "Connecting to system service"-view with information about the situation and
6464
troubleshooting tips.
65+
- Update support email address to new email address, support@mullvadvpn.net.
6566

6667
#### Android
6768
- Migrate to Compose Navigation which also improves screen transition animations.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The Mullvad VPN app is open sourced for many reasons, but primarily we want to
1010

1111
If you find a bug in the app's code, please report it on GitHub in the issue tracker. Please send
1212
all other problems or questions (those not directly related to the app's development) to
13-
[support@mullvad.net](mailto:support@mullvad.net). This includes connection issues, questions
13+
[support@mullvadvpn.net](mailto:support@mullvadvpn.net). This includes connection issues, questions
1414
regarding your account, and problems with the Mullvad VPN infrastructure or servers.
1515

1616

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
support@mullvad.net
1+
support@mullvadvpn.net

gui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "init.js",
88
"author": {
99
"name": "Mullvad VPN",
10-
"email": "support@mullvad.net"
10+
"email": "support@mullvadvpn.net"
1111
},
1212
"repository": "https://github.com/mullvad/mullvadvpn-app",
1313
"license": "GPL-3.0",

gui/src/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"supportEmail": "support@mullvad.net",
2+
"supportEmail": "support@mullvadvpn.net",
33
"links": {
44
"purchase": "https://mullvad.net/account/",
55
"faq": "https://mullvad.net/help/tag/mullvad-app/",

0 commit comments

Comments
 (0)