diff options
author | cyBerta <cyberta@riseup.net> | 2020-03-16 23:49:13 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-03-16 23:49:13 +0100 |
commit | 05205190ee65a5fa14f18d12f86f5427368bea44 (patch) | |
tree | f64e00605839274149389d24fb530e4863a43fc3 /app/src/main/res | |
parent | e5fab9c5f04dcf1438c5989a5cd1c03db5710d76 (diff) |
fix tethering hint (#8979)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 661a9fcf..7ec78b70 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -111,8 +111,7 @@ <string name="require_root">Requires root permissions</string> <string name="show_experimental">Show experimental features</string> <string name="hide_experimental">Hide experimental features</string> - <string name="tethering_enabled_message">Please make sure to enable tethering in the %s first!</string> - <string name="tethering_system_settings">system settings</string> + <string name="tethering_enabled_message">Please make sure to enable tethering in the <![CDATA[<b>system settings</b>]]> first.</string> <string name="tethering_message">Share your VPN with other devices via:</string> <string name="tethering_wifi">Wifi hotspot</string> <string name="tethering_usb">USB tethering</string> |