diff --git a/res/values/strings.xml b/res/values/strings.xml
index 694a1b052dc..d9fcd33d823 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2102,6 +2102,11 @@
Apps can create a hotspot to share content with nearby devices.
+
+ Turn off hotspot automatically
+
+ Wi\u2011Fi hotspot will turn off if no devices are connected
+
Turning hotspot on\u2026
diff --git a/res/xml/wifi_tether_settings.xml b/res/xml/wifi_tether_settings.xml
index d6b8a25d501..bb9af88da85 100644
--- a/res/xml/wifi_tether_settings.xml
+++ b/res/xml/wifi_tether_settings.xml
@@ -17,7 +17,9 @@
+ xmlns:settings="http://schemas.android.com/apk/res-auto"
+ android:title="@string/wifi_hotspot_checkbox_text"
+ settings:initialExpandedChildrenCount="2">
+
+