diff --git a/res/values/strings.xml b/res/values/strings.xml
index a01967f4e81..851a925cfe1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2108,6 +2108,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">
+
+