diff options
| author | 2024-04-08 14:16:53 +0800 | |
|---|---|---|
| committer | 2024-04-08 14:16:53 +0800 | |
| commit | cd5cf18a9cb8584fe90fffdf7c7ebcb44534e368 (patch) | |
| tree | 09c2dc8743192c658e1c1d1f658997f189864fa5 | |
| parent | 54a8836b4620203794b976a5a23ba4f51d9708bf (diff) | |
Auto on string update.
Flag: NA
Test: atest SystemUITests:com.android.systemui.qs.tiles.dialog.bluetooth
Bug: 332982362
Change-Id: Ic584b22d79b3773afe2cd1770eef0ae9dfddccd5
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 71353b6774af..edf05bb77fb2 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -687,9 +687,9 @@ <!-- QuickSettings: Bluetooth auto on tomorrow [CHAR LIMIT=NONE]--> <string name="turn_on_bluetooth_auto_tomorrow">Automatically turn on again tomorrow</string> <!-- QuickSettings: Bluetooth auto on info text when disabled [CHAR LIMIT=NONE]--> - <string name="turn_on_bluetooth_auto_info_disabled">Features like Quick Share, Find My Device, and device location use Bluetooth</string> + <string name="turn_on_bluetooth_auto_info_disabled">Features like Quick Share and Find My Device use Bluetooth</string> <!-- QuickSettings: Bluetooth auto on info text when enabled [CHAR LIMIT=NONE]--> - <string name="turn_on_bluetooth_auto_info_enabled">Bluetooth will turn on tomorrow at 5 AM</string> + <string name="turn_on_bluetooth_auto_info_enabled">Bluetooth will turn on tomorrow morning</string> <!-- QuickSettings: Bluetooth secondary label for the battery level of a connected device [CHAR LIMIT=20]--> <string name="quick_settings_bluetooth_secondary_label_battery_level"><xliff:g id="battery_level_as_percentage">%s</xliff:g> battery</string> |