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

Commit c1d0b6b3 authored by Chandru's avatar Chandru
Browse files

Minor string updates to face unlock unavailable message

Updates the char limit for this messag to match the max required length

Fixes: 258766518
Test: flashed the build and verified that the string shows up whenever
face is locked out.

Change-Id: I2f272d59c47a3108c44d568de43144b263b3b18c
parent 5d076fc2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -405,8 +405,8 @@
    <string name="keyguard_face_failed">Can\u2019t recognize face</string>
    <!-- Message shown to suggest using fingerprint sensor to authenticate after another biometric failed. [CHAR LIMIT=25] -->
    <string name="keyguard_suggest_fingerprint">Use fingerprint instead</string>
    <!-- Message shown to inform the user that face unlock is not available. [CHAR LIMIT=65] -->
    <string name="keyguard_face_unlock_unavailable">Face unlock unavailable.</string>
    <!-- Message shown to inform the user that face unlock is not available. [CHAR LIMIT=59] -->
    <string name="keyguard_face_unlock_unavailable">Face Unlock unavailable</string>

    <!-- Content description of the bluetooth icon when connected for accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
    <string name="accessibility_bluetooth_connected">Bluetooth connected.</string>