diff options
| author | 2023-04-13 15:02:27 +0000 | |
|---|---|---|
| committer | 2023-04-13 15:02:27 +0000 | |
| commit | e9b77438037f241f9ee8831d5a34f8c90ef8f5e5 (patch) | |
| tree | 095efbc60a2f073da6a40431af55253828faadd8 /java | |
| parent | 2f92c528098156802819e684ecb492e1e132d7b2 (diff) | |
Change strings in resolver switch
Bug: 264250829
Test: manually tested
Change-Id: If731586efa6b1d717dccc201285608741b201811
Diffstat (limited to 'java')
| -rw-r--r-- | java/res/values/strings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 546ef249..ce367d0a 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -202,9 +202,9 @@ <string name="resolver_cant_access_personal_apps_explanation">This content can\u2019t be opened with personal apps</string> <!-- Error message. This text lets the user know that they need to turn on work apps in order to share or open content. There's also a button a user can tap to turn on the apps. [CHAR LIMIT=NONE] --> - <string name="resolver_turn_on_work_apps">Work profile is paused</string> - <!-- Button text. This button turns on a user's work profile so they can access their work apps and data. [CHAR LIMIT=NONE] --> - <string name="resolver_switch_on_work">Tap to turn on</string> + <string name="resolver_turn_on_work_apps">Work apps are paused</string> + <!-- Button text. This button unpauses a user's work apps and data. [CHAR LIMIT=NONE] --> + <string name="resolver_switch_on_work">Unpause</string> <!-- Error message. This text lets the user know that their current work apps don't support the specific content. [CHAR LIMIT=NONE] --> <string name="resolver_no_work_apps_available">No work apps</string> |