diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2020-09-01 13:32:13 +0200 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2020-09-02 09:23:15 +0200 |
| commit | 272f0f2e4faa4495743631ae3275950b83ffb117 (patch) | |
| tree | a0e47a29e816d7f9c300f151e578feba12c78d08 /gui/src | |
| parent | 22a3b06850db6eaecf7498cfa87d93a216a41c94 (diff) | |
| download | mullvadvpn-272f0f2e4faa4495743631ae3275950b83ffb117.tar.xz mullvadvpn-272f0f2e4faa4495743631ae3275950b83ffb117.zip | |
Update Linux split tunneling dialog messages
Diffstat (limited to 'gui/src')
| -rw-r--r-- | gui/src/renderer/components/LinuxSplitTunnelingSettings.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/renderer/components/LinuxSplitTunnelingSettings.tsx b/gui/src/renderer/components/LinuxSplitTunnelingSettings.tsx index f66c83a38d..914f5d818f 100644 --- a/gui/src/renderer/components/LinuxSplitTunnelingSettings.tsx +++ b/gui/src/renderer/components/LinuxSplitTunnelingSettings.tsx @@ -220,7 +220,7 @@ function ApplicationRow(props: IApplicationRowProps) { ? sprintf( messages.pgettext( 'split-tunneling-view', - '%(applicationName)s is problematic and cannot be excluded from the VPN tunnel.', + '%(applicationName)s is problematic and can’t be excluded from the VPN tunnel.', ), { applicationName: props.application.name, @@ -229,7 +229,7 @@ function ApplicationRow(props: IApplicationRowProps) { : sprintf( messages.pgettext( 'split-tunneling-view', - '%(applicationName)s is problematic and might not be excluded from the VPN tunnel. Try closing all existing instances of %(applicationName)s before starting it from here.', + 'If it’s already running, close %(applicationName)s before launching it from here. Otherwise it might not be excluded from the VPN tunnel.', ), { applicationName: props.application.name, |
