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

Commit 7fa7d366 authored by Ilya Matyukhin's avatar Ilya Matyukhin
Browse files

Increase char limit for face_error_not_enrolled

Test: build
Fixes: 129708679
Change-Id: Id7ddb5a767dc33d701c2d8ba97672b41c93dccff
parent fa7966d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1567,7 +1567,7 @@
    <string name="face_error_lockout_permanent">Too many attempts. Face authentication disabled.</string>
    <!-- Generic error message shown when the face hardware can't recognize the face. [CHAR LIMIT=50] -->
    <string name="face_error_unable_to_process">Can\u2019t verify face. Try again.</string>
    <!-- Generic error message shown when the user has no enrolled face. [CHAR LIMIT=50] -->
    <!-- Generic error message shown when the user has no enrolled face. [CHAR LIMIT=52] -->
    <string name="face_error_not_enrolled">You haven\u2019t set up face authentication</string>
    <!-- Generic error message shown when the app requests face authentication on a device without a sensor. [CHAR LIMIT=60] -->
    <string name="face_error_hw_not_present">Face authentication is not supported on this device</string>