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

Commit 51516d70 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix: Pattern/Password should not be capitalized (master branch)"

parents 8f54a7c5 19484557
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -48,10 +48,10 @@
    <string name="keyguard_enter_your_pin">Enter your PIN</string>

    <!-- Instructions telling the user to enter their pattern to unlock the keyguard [CHAR LIMIT=30] -->
    <string name="keyguard_enter_your_pattern">Enter your Pattern</string>
    <string name="keyguard_enter_your_pattern">Enter your pattern</string>

    <!-- Instructions telling the user to enter their text password to unlock the keyguard [CHAR LIMIT=30] -->
    <string name="keyguard_enter_your_password">Enter your Password</string>
    <string name="keyguard_enter_your_password">Enter your password</string>

    <!-- Instructions telling the user that they entered the wrong pin while trying
         to unlock the keyguard.  Displayed in one line in a large font.  -->
@@ -146,9 +146,9 @@
    <!-- Message shown in pattern unlock after some number of unsuccessful attempts -->
    <string name="kg_forgot_pattern_button_text">Forgot Pattern</string>
    <!-- Message shown when user enters wrong pattern -->
    <string name="kg_wrong_pattern">Wrong Pattern</string>
    <string name="kg_wrong_pattern">Wrong pattern</string>
    <!-- Message shown when user enters wrong password -->
    <string name="kg_wrong_password">Wrong Password</string>
    <string name="kg_wrong_password">Wrong password</string>
    <!-- Message shown when user enters wrong PIN -->
    <string name="kg_wrong_pin">Wrong PIN</string>
    <!-- Countdown message shown after too many failed unlock attempts -->