diff options
| author | 2024-03-07 17:20:35 +0000 | |
|---|---|---|
| committer | 2024-03-07 17:20:35 +0000 | |
| commit | 1f51791e73893c4b30ea1e8a097f83e88f92bd54 (patch) | |
| tree | e2c8f11bec70c8ccc7694995b78517c9eccd91c1 | |
| parent | 4302d6f3b587da26221692a57a6d0204c48760f7 (diff) | |
| parent | 557274cd471079ff84dac3d30f23712368841f74 (diff) | |
Merge "Increase char limit for private space set screen lock message" into main
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 238772f5961e..c7e08e2b5b92 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -5452,7 +5452,7 @@ <string name="set_up_screen_lock_title">Set a screen lock</string> <!-- Action label for the dialog prompting the user to set up a screen lock [CHAR LIMIT=30] --> <string name="set_up_screen_lock_action_label">Set screen lock</string> - <!-- Message shown in the dialog prompting the user to set up a screen lock to access private space [CHAR LIMIT=30] --> + <!-- Message shown in the dialog prompting the user to set up a screen lock to access private space [CHAR LIMIT=120] --> <string name="private_space_set_up_screen_lock_message">To use your private space, set a screen lock on this device</string> <!-- Title of the dialog that is shown when the user tries to launch a blocked application [CHAR LIMIT=50] --> |