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

Commit ce040924 authored by Geoffrey Borggaard's avatar Geoffrey Borggaard Committed by Android Git Automerger
Browse files

am 5b05a115: Merge "Remove char limit." into klp-dev

* commit '5b05a115':
  Remove char limit.
parents 26aa6e90 5b05a115
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4438,7 +4438,7 @@
    <!-- PIN entry dialog error when PIN is too short [CHAR LIMIT=none] -->
    <string name="restr_pin_error_too_short">PIN is too short. Must be at least 4 digits.</string>
    <!-- PIN entry dialog countdown message for next chance to enter the PIN [CHAR LIMIT=none] -->
    <!-- Phrase describing a time duration using seconds [CHAR LIMIT=16] -->
    <!-- Phrase describing a time duration using seconds [CHAR LIMIT=none] -->
    <plurals name="restr_pin_countdown">
        <item quantity="one">Try again in 1 second</item>
        <item quantity="other">Try again in <xliff:g id="count">%d</xliff:g> seconds</item>