diff options
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r-- | gui/components/Preferences.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/components/Preferences.qml b/gui/components/Preferences.qml index 546ff8b..31e1bc6 100644 --- a/gui/components/Preferences.qml +++ b/gui/components/Preferences.qml @@ -141,7 +141,7 @@ ThemedPage { } Label { - text: qsTr("UDP can make the VPN faster. It might be blocked on some networks") + text: qsTr("UDP can make the VPN faster. It might be blocked on some networks.") width: parent.width color: "gray" visible: true |