summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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