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

Commit 19484557 authored by Jian Jin's avatar Jian Jin
Browse files

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

Change-Id: I68a9bdba142c374f0aed5836c93be10d949b3f2e
Bug: 80134394
Test: In auto keyguard
parent abe78cd3
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 -->