We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf272f commit 9ab6b14Copy full SHA for 9ab6b14
desktop/packages/mullvad-vpn/src/shared/notifications/error.tsx
@@ -368,6 +368,10 @@ export class ErrorNotificationProvider
368
),
369
steps: [
370
messages.pgettext('troubleshoot', 'Try reconnecting.'),
371
+ messages.pgettext(
372
+ 'troubleshoot',
373
+ 'If you have installed another VPN then try to uninstall that.',
374
+ ),
375
messages.pgettext('troubleshoot', 'Try restarting your device.'),
376
],
377
},
0 commit comments