Merge "[String][Work profile] Update work profile strings" into sc-dev am: df3fa3bfec

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/13989447

Change-Id: I5630073cfcc281b4b77d2b3864782abe825e27f7
This commit is contained in:
Samuel Fufa
2021-03-25 14:00:31 +00:00
committed by Automerger Merge Worker
+11 -2
View File
@@ -380,9 +380,18 @@
<!--- heading shown when user opens work apps tab while work apps are paused -->
<string name="work_apps_paused_title">Work profile is paused</string>
<!--- body shown when user opens work apps tab while work apps are paused -->
<string name="work_apps_paused_body">Work apps can\'t send you notifications, use your battery, or access your location</string>
<string name="work_apps_paused_body">Work apps cant send you notifications, use your battery, or access your location</string>
<!-- content description for paused work apps list -->
<string name="work_apps_paused_content_description">Work profile is paused. Work apps can\t send you notifications, use your battery, or access your location</string>
<string name="work_apps_paused_content_description">Work profile is paused. Work apps cant send you notifications, use your battery, or access your location</string>
<!-- string shown in educational banner about work profile -->
<string name="work_apps_paused_edu_banner">Work apps are badged and visible to your IT admin</string>
<!-- button string shown to dismiss work tab education -->
<string name="work_apps_paused_edu_accept">Got it</string>
<!-- button string shown pause work profile -->
<string name="work_apps_pause_btn_text">Pause work apps</string>
<!-- button string shown enable work profile -->
<string name="work_apps_enable_btn_text">Turn on</string>
<!-- A hint shown in launcher settings develop options filter box -->
<string name="developer_options_filter_hint">Filter</string>