summaryrefslogtreecommitdiffhomepage
path: root/gui/src/renderer
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-09-01 13:32:13 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-09-02 09:23:15 +0200
commit272f0f2e4faa4495743631ae3275950b83ffb117 (patch)
treea0e47a29e816d7f9c300f151e578feba12c78d08 /gui/src/renderer
parent22a3b06850db6eaecf7498cfa87d93a216a41c94 (diff)
downloadmullvadvpn-272f0f2e4faa4495743631ae3275950b83ffb117.tar.xz
mullvadvpn-272f0f2e4faa4495743631ae3275950b83ffb117.zip
Update Linux split tunneling dialog messages
Diffstat (limited to 'gui/src/renderer')
-rw-r--r--gui/src/renderer/components/LinuxSplitTunnelingSettings.tsx4
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,