diff options
| author | 2024-01-15 16:09:35 +0800 | |
|---|---|---|
| committer | 2024-01-16 13:17:21 +0800 | |
| commit | c221bea9e4003a41f13f1822ae94fd9dac1beefb (patch) | |
| tree | 2ae3824bc66f17315a26f203ffa7abc39c2c7b07 | |
| parent | 7ac510970ee92e6f7e31dd88a5df4a6869eac7c9 (diff) | |
[Reskin] Update the keyguard string for defender
Replace "Charging optimized to protect battery" with "Charging on hold
to protect battery"
Test: Manual Test
Bug: 315748218
Flag: NA
Change-Id: I92c7485886482541b9118a7884391b4ae762084f
| -rw-r--r-- | packages/SystemUI/res-keyguard/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res-keyguard/values/strings.xml b/packages/SystemUI/res-keyguard/values/strings.xml index 565ed1085fb9..a489b9eee422 100644 --- a/packages/SystemUI/res-keyguard/values/strings.xml +++ b/packages/SystemUI/res-keyguard/values/strings.xml @@ -62,7 +62,7 @@ <string name="keyguard_plugged_in_charging_slowly"><xliff:g id="percentage">%s</xliff:g> • Charging slowly</string> <!-- When the lock screen is showing and the phone plugged in, and the defend mode is triggered, say that charging is temporarily limited. --> - <string name="keyguard_plugged_in_charging_limited"><xliff:g id="percentage">%s</xliff:g> • Charging optimized to protect battery</string> + <string name="keyguard_plugged_in_charging_limited"><xliff:g id="percentage">%s</xliff:g> • Charging on hold to protect battery</string> <!-- When the lock screen is showing and the phone plugged in with incompatible charger. --> <string name="keyguard_plugged_in_incompatible_charger"><xliff:g id="percentage">%s</xliff:g> • Issue with charging accessory</string> |