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

Commit 57031456 authored by josephpv's avatar josephpv Committed by Joseph Vincent
Browse files

Increase no_device_lock_summary character limit=90

This increases character limit for no_device_lock_summary string to
support localization query 12202093

Bug: 289016927
Test: Manual
Change-Id: I4b449941f69ab6ecc95a9b50260a213c0c9e2178
parent 84944ba6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1233,7 +1233,7 @@
    <string name="private_space_delete_failed">Private Space could not be deleted</string>
    <!-- Title of the Alert Dialog when no screen lock is set [CHAR LIMIT=30] -->
    <string name="no_device_lock_title">Set a screen lock</string>
    <!-- Summary of the alert when no screen lock is set [CHAR LIMIT=60] -->
    <!-- Summary of the alert when no screen lock is set [CHAR LIMIT=90] -->
    <string name="no_device_lock_summary">To use Private Space, set a screen lock on this device.</string>
    <!-- Action label for dialog when no screen lock is set [CHAR LIMIT=30] -->
    <string name="no_device_lock_action_label">Set screen lock</string>