diff options
| author | 2022-06-02 10:07:58 +0000 | |
|---|---|---|
| committer | 2022-08-16 18:35:30 +0800 | |
| commit | 1275c305e79e09373e3b3f073aa2c325b94c92d8 (patch) | |
| tree | 1d4f29b4d3ca0a37d0456b35be2213945d99b621 | |
| parent | 6ff3500bc9b23cf4e430dc737311c2901e8ae9bc (diff) | |
To correct the title of the LE audio toggle in bluetooth settings
Bug: 234715023
Test: make
Change-Id: I3f33c005c9f75919f0e5f62f94f29dc97419bf46
Merged-In: I3f33c005c9f75919f0e5f62f94f29dc97419bf46
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index 5795fd439fe2..b8792236d0d9 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -264,12 +264,12 @@ <!-- Bluetooth settings. The user-visible string that is used whenever referring to the Hearing Aid profile. --> <string name="bluetooth_profile_hearing_aid">Hearing Aids</string> - <!-- Bluetooth settings. The user-visible string that is used whenever referring to the LE_AUDIO profile. --> - <string name="bluetooth_profile_le_audio">LE_AUDIO</string> + <!-- Bluetooth settings. The user-visible string that is used whenever referring to the LE audio profile. --> + <string name="bluetooth_profile_le_audio">LE audio</string> <!-- Bluetooth settings. Connection options screen. The summary for the Hearing Aid checkbox preference when Hearing Aid is connected. --> <string name="bluetooth_hearing_aid_profile_summary_connected">Connected to Hearing Aids</string> - <!-- Bluetooth settings. Connection options screen. The summary for the LE_AUDIO checkbox preference when LE_AUDIO is connected. --> - <string name="bluetooth_le_audio_profile_summary_connected">Connected to LE_AUDIO</string> + <!-- Bluetooth settings. Connection options screen. The summary for the LE audio checkbox preference when LE audio is connected. --> + <string name="bluetooth_le_audio_profile_summary_connected">Connected to LE audio</string> <!-- Bluetooth settings. Connection options screen. The summary for the A2DP checkbox preference when A2DP is connected. --> <string name="bluetooth_a2dp_profile_summary_connected">Connected to media audio</string> |