diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2023-01-04 10:53:37 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2023-01-04 10:54:56 +0100 |
| commit | e653cff2ca1d2b9b611c3d52a4763aa34d2a0882 (patch) | |
| tree | 561024b743fe51a4a9eb53fa9a7341de5cdded6e /gui/src/main | |
| parent | 4faab6b77aebc18238bd377458eecf9f708dc44f (diff) | |
| download | mullvadvpn-e653cff2ca1d2b9b611c3d52a4763aa34d2a0882.tar.xz mullvadvpn-e653cff2ca1d2b9b611c3d52a4763aa34d2a0882.zip | |
Change please contact support
Diffstat (limited to 'gui/src/main')
| -rw-r--r-- | gui/src/main/linux-split-tunneling.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/src/main/linux-split-tunneling.ts b/gui/src/main/linux-split-tunneling.ts index cb8bd9e740..c8e5dd527a 100644 --- a/gui/src/main/linux-split-tunneling.ts +++ b/gui/src/main/linux-split-tunneling.ts @@ -60,7 +60,7 @@ export async function launchApplication( error: // TRANSLATORS: This error message is shown if the user tries to launch an app that // TRANSLATORS: doesn't exist. - messages.pgettext('split-tunneling-view', 'Please try again or contact support.'), + messages.pgettext('split-tunneling-view', 'Please try again or send a problem report.'), }); } }); @@ -72,7 +72,7 @@ export async function launchApplication( resolve({ error: // TRANSLATORS: This error message is shown if an application failes during startup. - messages.pgettext('split-tunneling-view', 'Please try again or contact support.'), + messages.pgettext('split-tunneling-view', 'Please try again or send a problem report.'), }); } else { resolve({ success: true }); @@ -93,7 +93,7 @@ async function getLaunchCommand(app: ILinuxSplitTunnelingApplication | string): throw new Error( // TRANSLATORS: This error message is shown if the user tries to launch a Linux desktop // TRANSLATORS: entry file that doesn't contain the required 'Exec' value. - messages.pgettext('split-tunneling-view', 'Please contact support.'), + messages.pgettext('split-tunneling-view', 'Please send a problem report.'), ); } } else { |
