summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-10-17 15:53:35 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-10-17 15:53:35 +0200
commitaee7561656729014347a5dd741d9aa4eb06c410e (patch)
tree1d6f4ded1f04d973b14d9acaf6ce1dad24e08732
parentb6cc9a0ff60153fad565f14da9c2aafd112bab1b (diff)
parent4889323d8bc45d6170d338fa9bba234e79114a5d (diff)
downloadmullvadvpn-aee7561656729014347a5dd741d9aa4eb06c410e.tar.xz
mullvadvpn-aee7561656729014347a5dd741d9aa4eb06c410e.zip
Merge branch 'win-upgrade-add-suggestion' into main
-rw-r--r--dist-assets/windows/installer.nsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh
index 2dce94038b..440c9a9e96 100644
--- a/dist-assets/windows/installer.nsh
+++ b/dist-assets/windows/installer.nsh
@@ -874,7 +874,7 @@
${ExtractMullvadSetup}
${ClearFirewallRules}
- MessageBox MB_OK "Failed to uninstall a previous version. Contact support or review the logs for more information."
+ MessageBox MB_OK "Failed to uninstall a previous version. Please try restarting your computer and try again. If you still have this issue, please contact support."
SetErrorLevel 5
Abort