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

Commit 4fcd5a48 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove char limit for new user dialog message" into sc-dev am: 8a67239a

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14470828

Change-Id: I1d1c8b20b0177161d986b6c4a92faf6c995098ce
parents 43db45e9 8a67239a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1422,7 +1422,7 @@
    <string name="user_set_lock_button">Set lock</string>
    <!-- Label for switching to other user in the user switcher [CHAR LIMIT=35] -->
    <string name="user_switch_to_user">Switch to <xliff:g id="user_name" example="John Doe">%s</xliff:g></string>
    <!-- Dialog message when creating a new user [CHAR LIMIT=40] -->
    <!-- Dialog message when creating a new user [CHAR LIMIT=NONE] -->
    <string name="creating_new_user_dialog_message">Creating new user…</string>
    <!-- Text shown to notify that the creation of new user has failed. [CHAR LIMIT=40] -->
    <string name="add_user_failed">Failed to create a new user</string>