diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 23:30:33 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 23:30:33 +0100 |
commit | 14a2c58d8b666b9707df534306a15784e253f415 (patch) | |
tree | 390feb35b8dd736d127718deaeeb7f25be4ac9a7 /app/src/main/res/values | |
parent | e4335df262cf9604195c62301ab3b48a2eeddca6 (diff) |
disable bridges UI switch if UDP preference is enabled
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f927cae0..741633bd 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -196,4 +196,5 @@ <string name="connection_not_connected" >You may be leaking information to your internet provider or local network.</string> <string name="eip_state_no_network">You have no working Internet connection. Once you get it back, you will be automatically connected to</string> <string name="eip_state_blocking">%1$s is blocking all internet traffic.</string> + <string name="disabled_while_udp_on">Disabled while UDP is on.</string> </resources> |