summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-03-16 23:49:13 +0100
committercyBerta <cyberta@riseup.net>2020-03-16 23:49:13 +0100
commit05205190ee65a5fa14f18d12f86f5427368bea44 (patch)
treef64e00605839274149389d24fb530e4863a43fc3 /app/src/main/res/values/strings.xml
parente5fab9c5f04dcf1438c5989a5cd1c03db5710d76 (diff)
fix tethering hint (#8979)
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml3
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>