Update PageSettingsSplitTunneling.qml
This commit is contained in:
parent
f412ac6260
commit
39479d1999
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue