diff options
| author | 2024-01-17 14:21:24 +0000 | |
|---|---|---|
| committer | 2024-01-17 14:21:24 +0000 | |
| commit | 3ce31c96d218bac7cf86907086aaed0e8e6e6754 (patch) | |
| tree | 7071fcf94475bf3759b5ff2ca9a7e43f889eaffa | |
| parent | b900c94f20de89b02c144a1cb72a774638465a29 (diff) | |
| parent | 0beaf81aa7b2bbaaa8d5e235dd3da829f4fcddb4 (diff) | |
Merge changes I7a5dc4c2,I92c74858 into main
* changes:
[Reskin] Update the string of incompatible charging on keyguard
[Reskin] Update the keyguard string for defender
| -rw-r--r-- | packages/SystemUI/res-keyguard/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res-keyguard/values/strings.xml b/packages/SystemUI/res-keyguard/values/strings.xml index 565ed1085fb9..f51e1098f333 100644 --- a/packages/SystemUI/res-keyguard/values/strings.xml +++ b/packages/SystemUI/res-keyguard/values/strings.xml @@ -62,10 +62,10 @@ <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> + <string name="keyguard_plugged_in_incompatible_charger"><xliff:g id="percentage">%s</xliff:g> • Check charging accessory</string> <!-- SIM messages --><skip /> <!-- When the user inserts a sim card from an unsupported network, it becomes network locked --> |