Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c13df2fc authored by pajacechen's avatar pajacechen
Browse files

[BugFix] Fix the wrong string for dock defend

The string for dock defend sould be "Charging on hold to protect
battery" not "Charging optimized"

Test: Manual Test
Fix: 348563863
Flag: EXEMPT bug fix
Change-Id: I8cbc9e2709ee35beb5deb860967c4abfa696413e
parent 92ab503d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1164,7 +1164,7 @@
    <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
    <string name="power_charging_duration"><xliff:g id="level">%1$s</xliff:g> - <xliff:g id="time">%2$s</xliff:g> left until full</string>
    <!-- [CHAR_LIMIT=80] Label for battery level chart when charge been limited -->
    <string name="power_charging_limited"><xliff:g id="level">%1$s</xliff:g> - Charging optimized</string>
    <string name="power_charging_limited"><xliff:g id="level">%1$s</xliff:g> - Charging on hold to protect battery</string>
    <!-- [CHAR_LIMIT=80] Label for battery charging future pause -->
    <string name="power_charging_future_paused"><xliff:g id="level">%1$s</xliff:g> - Charging</string>