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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 80 additions and 32 deletions

View file

@ -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
}