Update support email address to new one
This commit is contained in:
parent
19c40c306a
commit
777027372c
2
.github/ISSUE_TEMPLATE/1-bug-desktop.yml
vendored
2
.github/ISSUE_TEMPLATE/1-bug-desktop.yml
vendored
@ -17,7 +17,7 @@ body:
|
||||
please contact support instead of filing a bug report. Go to
|
||||
`Settings (cogwheel) -> Support -> Report a problem`.
|
||||
That way the support team gets redacted logs from your app and can help you out better.
|
||||
You can also just email them at support@mullvad.net.
|
||||
You can also just email them at support@mullvadvpn.net.
|
||||
options:
|
||||
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
|
||||
required: true
|
||||
|
2
.github/ISSUE_TEMPLATE/2-bug-android.yml
vendored
2
.github/ISSUE_TEMPLATE/2-bug-android.yml
vendored
@ -17,7 +17,7 @@ body:
|
||||
please contact support instead of filing a bug report. Go to
|
||||
`Settings (cogwheel) -> Support -> Report a problem`.
|
||||
That way the support team gets redacted logs from your app and can help you out better.
|
||||
You can also just email them at support@mullvad.net.
|
||||
You can also just email them at support@mullvadvpn.net.
|
||||
options:
|
||||
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
|
||||
required: true
|
||||
|
2
.github/ISSUE_TEMPLATE/3-bug-ios.yml
vendored
2
.github/ISSUE_TEMPLATE/3-bug-ios.yml
vendored
@ -17,7 +17,7 @@ body:
|
||||
please contact support instead of filing a bug report. Go to
|
||||
`Settings (cogwheel) -> Report a problem`.
|
||||
That way the support team gets redacted logs from your app and can help you out better.
|
||||
You can also just email them at support@mullvad.net.
|
||||
You can also just email them at support@mullvadvpn.net.
|
||||
options:
|
||||
- label: I know this is an issue with the app, and contacting Mullvad support is not relevant.
|
||||
required: true
|
||||
|
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -4,7 +4,7 @@ contact_links:
|
||||
- name: Questions and issues not directly related to our VPN application
|
||||
about: >
|
||||
If your question is not related to our VPN application specifically,
|
||||
please contact our support team at support@mullvad.net or visit our help center
|
||||
please contact our support team at support@mullvadvpn.net or visit our help center
|
||||
at https://mullvad.net/help instead of filing an issue.
|
||||
This includes questions/issues about our service, infrastructure, DNS and more.
|
||||
url: https://mullvad.net/help
|
||||
|
@ -62,6 +62,7 @@ Line wrap the file at 100 chars. Th
|
||||
- Update Electron from 26.3.0 to 28.1.3.
|
||||
- Improve the "Connecting to system service"-view with information about the situation and
|
||||
troubleshooting tips.
|
||||
- Update support email address to new email address, support@mullvadvpn.net.
|
||||
|
||||
#### Android
|
||||
- Migrate to Compose Navigation which also improves screen transition animations.
|
||||
|
@ -10,7 +10,7 @@ The Mullvad VPN app is open sourced for many reasons, but primarily we want to
|
||||
|
||||
If you find a bug in the app's code, please report it on GitHub in the issue tracker. Please send
|
||||
all other problems or questions (those not directly related to the app's development) to
|
||||
[support@mullvad.net](mailto:support@mullvad.net). This includes connection issues, questions
|
||||
[support@mullvadvpn.net](mailto:support@mullvadvpn.net). This includes connection issues, questions
|
||||
regarding your account, and problems with the Mullvad VPN infrastructure or servers.
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
support@mullvad.net
|
||||
support@mullvadvpn.net
|
||||
|
@ -7,7 +7,7 @@
|
||||
"main": "init.js",
|
||||
"author": {
|
||||
"name": "Mullvad VPN",
|
||||
"email": "support@mullvad.net"
|
||||
"email": "support@mullvadvpn.net"
|
||||
},
|
||||
"repository": "https://github.com/mullvad/mullvadvpn-app",
|
||||
"license": "GPL-3.0",
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"supportEmail": "support@mullvad.net",
|
||||
"supportEmail": "support@mullvadvpn.net",
|
||||
"links": {
|
||||
"purchase": "https://mullvad.net/account/",
|
||||
"faq": "https://mullvad.net/help/tag/mullvad-app/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user