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

Commit eb9c3639 authored by Preeti Ahuja's avatar Preeti Ahuja Committed by Linux Build Service Account
Browse files

Remove duplicate and add comments for SIM PIN messages.

Remove duplicate sim change failed string and add
comments for sim pin enable/disable failed messages.

Change-Id: Iaef56b2be063784f7470e46e6b735baf088fed63
CRs-Fixed: 736956
parent 4a6419bb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2124,9 +2124,9 @@
    <string name="sim_absent">No SIM/RUIM</string>
    <!-- SIM card lock settings screen, toast after not entering correct SIM PIN  [CHAR LIMIT=40] -->
    <string name="sim_change_failed">Can\'t change PIN.\nPossibly incorrect PIN.</string>
    <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct [CHAR LIMIT=40] -->
    <string name="sim_change_failed">Can\'t change PIN.\nPossibly incorrect PIN.</string>
    <!-- SIM card lock settings screen, SIM PIN dialog message when PIN disable fails-->
    <string name="sim_pin_disable_failed">Can\'t disable PIN.</string>
    <!-- SIM card lock settings screen, SIM PIN dialog message when PIN enable fails-->
    <string name="sim_pin_enable_failed">Can\'t enable PIN.</string>
    <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct-->
    <string name="sim_change_succeeded">SIM PIN changed successfully</string>