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

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

Merge "Update "turn on work" dialog strings" into sc-dev am: 48a3676a

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

Change-Id: I2b7591d0a63076f0d7eacba16bb63e7fb44a2056
parents 2b03f4f7 48a3676a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5237,10 +5237,10 @@
    <!-- Title of the button to unsuspend a suspended app immediately [CHAR LIMIT=50]-->
    <string name="app_suspended_unsuspend_message">Unpause app</string>

    <!-- Title of a dialog. The string is asking if the user wants to turn on their work profile, which contains work apps that are managed by their employer. "Work" is an adjective. [CHAR LIMIT=30] -->
    <string name="work_mode_off_title">Turn on work profile?</string>
    <!-- Text in a dialog. This string describes what will happen if a user decides to turn on their work profile. "Work profile" is used as an adjective. [CHAR LIMIT=NONE] -->
    <string name="work_mode_off_message">Your work apps, notifications, data, and other work profile features will be turned on</string>
    <!-- Title of a dialog. This text is confirming that the user wants to turn on access to their work apps, which the user had previously paused. "Work" is an adjective. [CHAR LIMIT=30] -->
    <string name="work_mode_off_title">Turn on work apps?</string>
    <!-- Text in a dialog. This text is confirming that the user wants to turn on access to their work apps and notifications, which the user had previously paused. "Work" is an adjective. [CHAR LIMIT=NONE] -->
    <string name="work_mode_off_message">Get access to your work apps and notifications</string>
    <!-- Title for button to turn on work profile. [CHAR LIMIT=NONE] -->
    <string name="work_mode_turn_on">Turn on</string>