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

Commit f6c5e21b authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Update character limits

Fixes: 110793119
Fixes: 110792732

Test: builds
Change-Id: I8429b525e88e4598b52a9148087342172e172495
parent 3de85266
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1399,11 +1399,11 @@
    <!-- Content description which should be used for the fingerprint icon. -->
    <string name="fingerprint_icon_content_description">Fingerprint icon</string>

    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50] -->
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=70] -->
    <string name="permlab_manageFace">manage face authentication hardware</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=90] -->
    <string name="permdesc_manageFace">Allows the app to invoke methods to add and delete facial templates for use.</string>
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=50] -->
    <!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=70] -->
    <string name="permlab_useFaceAuthentication">use face authentication hardware</string>
    <!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. [CHAR LIMIT=90] -->
    <string name="permdesc_useFaceAuthentication">Allows the app to use face authentication hardware for authentication</string>