From 39479d19992c2f7f17737d02d4e0f6125fbe2858 Mon Sep 17 00:00:00 2001 From: KsZnak Date: Tue, 30 Jan 2024 20:35:05 +0200 Subject: [PATCH] Update PageSettingsSplitTunneling.qml --- client/ui/qml/Pages2/PageSettingsSplitTunneling.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml b/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml index 4300d591..2e939438 100644 --- a/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml +++ b/client/ui/qml/Pages2/PageSettingsSplitTunneling.qml @@ -56,7 +56,7 @@ PageType { QtObject { id: onlyForwardSites - property string name: qsTr("Addresses from the list should be accessed via VPN") + property string name: qsTr("Only the sites listed here will be accessed through the VPN") property int type: routeMode.onlyForwardSites } QtObject { @@ -251,7 +251,7 @@ PageType { TextFieldWithHeaderType { Layout.fillWidth: true - textFieldPlaceholderText: qsTr("Site or IP") + textFieldPlaceholderText: qsTr("website or IP") buttonImageSource: "qrc:/images/controls/plus.svg" clickedFunc: function() {