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