summaryrefslogtreecommitdiff
path: root/gui/components/Preferences.qml
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-11-29 17:12:06 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-11-29 18:14:18 +0100
commitdcf660f343a7ba85feb693ee5db40894829e7804 (patch)
tree7fe2edbe01e82827fba2c25de6965808557c8f67 /gui/components/Preferences.qml
parent74970372b6586b336364ac1affac9dd7d22baef1 (diff)
[ui] ui fixes after field test recommendations
Diffstat (limited to 'gui/components/Preferences.qml')
-rw-r--r--gui/components/Preferences.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/components/Preferences.qml b/gui/components/Preferences.qml
index 3de8acb..23aae05 100644
--- a/gui/components/Preferences.qml
+++ b/gui/components/Preferences.qml
@@ -53,7 +53,7 @@ ThemedPage {
}
Label {
- text: qsTr("These techniques can bypass censorship, but are slower. Use them only when needed")
+ text: qsTr("These techniques can bypass censorship, but are slower. Use them only when needed.")
color: "gray"
visible: true
wrapMode: Text.Wrap
@@ -154,7 +154,7 @@ ThemedPage {
MaterialCheckBox {
id: useUDP
- text: qsTr("UDP")
+ text: qsTr("Use UDP if available")
enabled: false
checked: false
Layout.leftMargin: 10