Merge "Update incompatible charging string based on UXR suggestion" into udc-dev

This commit is contained in:
YK Hung
2023-03-03 03:34:16 +00:00
committed by Android (Google) Code Review

View File

@@ -5123,9 +5123,9 @@
<!-- Charge to full button for battery defender tips [CHAR LIMIT=NONE] --> <!-- Charge to full button for battery defender tips [CHAR LIMIT=NONE] -->
<string name="battery_tip_charge_to_full_button">Charge to full</string> <string name="battery_tip_charge_to_full_button">Charge to full</string>
<!-- Title of incompatible charging battery tip [CHAR LIMIT=NONE] --> <!-- Title of incompatible charging battery tip [CHAR LIMIT=NONE] -->
<string name="battery_tip_incompatible_charging_title">Incompatible charging setup</string> <string name="battery_tip_incompatible_charging_title">Issue with charging accessory</string>
<!-- Message of incompatible charging battery tip [CHAR LIMIT=NONE] --> <!-- Message of incompatible charging battery tip [CHAR LIMIT=NONE] -->
<string name="battery_tip_incompatible_charging_message">Your battery is not charging or is charging very slowly</string> <string name="battery_tip_incompatible_charging_message">Battery charging slowly or won\'t charge. Check if the cable and power adapter work with your phone</string>
<!-- Content description for the incompatible charging battery tip button [CHAR LIMIT=NONE] --> <!-- Content description for the incompatible charging battery tip button [CHAR LIMIT=NONE] -->
<string name="battery_tip_incompatible_charging_content_description">Learn more about incompatible charging</string> <string name="battery_tip_incompatible_charging_content_description">Learn more about incompatible charging</string>