diff --git a/res/values/strings.xml b/res/values/strings.xml
index dfd8a264674..ea72998a277 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -221,10 +221,10 @@
Cancel
-
- Enable Bluetooth LE audio
-
- Enables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.
+
+ Disable Bluetooth LE audio
+
+ Disables Bluetooth LE audio feature if the device supports LE audio hardware capabilities.
Enable Bluetooth LE audio Allow List
diff --git a/res/xml/development_settings.xml b/res/xml/development_settings.xml
index f3ac926305a..3b514b77f9e 100644
--- a/res/xml/development_settings.xml
+++ b/res/xml/development_settings.xml
@@ -341,9 +341,9 @@
android:summary="@string/bluetooth_disable_absolute_volume_summary" />
+ android:key="bluetooth_disable_leaudio"
+ android:title="@string/bluetooth_disable_leaudio"
+ android:summary="@string/bluetooth_disable_leaudio_summary" />