Minor text corrections (#771)

Minor text corrections
This commit is contained in:
Andrey Zaharow
2024-04-29 23:33:35 +02:00
committed by GitHub
parent 0f9bbcd060
commit 72ba012765
8 changed files with 80 additions and 32 deletions
@@ -47,12 +47,12 @@ PageType {
QtObject {
id: onlyForwardApps
property string name: qsTr("Only the Apps listed here will be accessed through the VPN")
property string name: qsTr("Only the apps from the list should have access via VPN")
property int type: routeMode.onlyForwardApps
}
QtObject {
id: allExceptApps
property string name: qsTr("Apps from the list should not be accessed via VPN")
property string name: qsTr("Apps from the list should not have access via VPN")
property int type: routeMode.allExceptApps
}
+1 -1
View File
@@ -122,7 +122,7 @@ PageType {
}
QtObject {
id: openVpnConnectionFormat
property string name: qsTr("OpenVpn native format")
property string name: qsTr("OpenVPN native format")
property var type: PageShare.ConfigType.OpenVpn
}
QtObject {