summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2024-02-09 17:56:01 +0100
committerOskar Nyberg <oskar@mullvad.net>2024-02-09 17:56:01 +0100
commitb45a5e965b62b78020d762e2575c79b3081d1581 (patch)
tree167e20f743ce6d8132365421d5ed0ca0545310dd
parent19c40c306a8fc617f8cf670d26470be8865e5ea0 (diff)
parent777027372c198c2f5662d607d987e2491a1abba7 (diff)
downloadmullvadvpn-b45a5e965b62b78020d762e2575c79b3081d1581.tar.xz
mullvadvpn-b45a5e965b62b78020d762e2575c79b3081d1581.zip
Merge branch 'update-app-with-new-support-email-address-des-625'
-rw-r--r--.github/ISSUE_TEMPLATE/1-bug-desktop.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/2-bug-android.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/3-bug-ios.yml2
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml2
-rw-r--r--CHANGELOG.md1
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--android/src/main/play/contact-email.txt2
-rw-r--r--gui/package.json2
-rw-r--r--gui/src/config.json2
9 files changed, 9 insertions, 8 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-desktop.yml b/.github/ISSUE_TEMPLATE/1-bug-desktop.yml
index e17730c9d9..4afd3d5570 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-desktop.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug-desktop.yml
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/2-bug-android.yml b/.github/ISSUE_TEMPLATE/2-bug-android.yml
index 60adf10abc..191d9a0056 100644
--- a/.github/ISSUE_TEMPLATE/2-bug-android.yml
+++ b/.github/ISSUE_TEMPLATE/2-bug-android.yml
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/3-bug-ios.yml b/.github/ISSUE_TEMPLATE/3-bug-ios.yml
index 35e86ae6b2..3cf8d580ce 100644
--- a/.github/ISSUE_TEMPLATE/3-bug-ios.yml
+++ b/.github/ISSUE_TEMPLATE/3-bug-ios.yml
@@ -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
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 84c095b6a3..acaf251e9c 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -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
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 407eccc092..a5bfd14a62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ee09fd8801..c9d9779a0f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -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.
diff --git a/android/src/main/play/contact-email.txt b/android/src/main/play/contact-email.txt
index 001a8c0cf1..d35700502b 100644
--- a/android/src/main/play/contact-email.txt
+++ b/android/src/main/play/contact-email.txt
@@ -1 +1 @@
-support@mullvad.net
+support@mullvadvpn.net
diff --git a/gui/package.json b/gui/package.json
index 810897302a..fa1d8dbff4 100644
--- a/gui/package.json
+++ b/gui/package.json
@@ -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",
diff --git a/gui/src/config.json b/gui/src/config.json
index d716149c3e..8db99ed2fb 100644
--- a/gui/src/config.json
+++ b/gui/src/config.json
@@ -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/",