diff options
| author | 2017-03-13 15:18:21 +0000 | |
|---|---|---|
| committer | 2017-03-13 15:18:27 +0000 | |
| commit | d9e529b3987d260f7cd1920a3c1de097533a0f18 (patch) | |
| tree | 866e33510a0f0e87703c5bde8546a8778e683b34 | |
| parent | a5af24cd02f9dadbea7d23c59ce5f04ce045080d (diff) | |
| parent | 820c73d986aca7d83b288ccc129d4bdfeb73ab8a (diff) | |
Merge "Update enterprise disclosure strings"
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 1541649ca24c..c9e7e57ecc5a 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -860,7 +860,7 @@ <string name="keyguard_unlock">Swipe up to unlock</string> <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=60] --> - <string name="do_disclosure_generic">This device is managed</string> + <string name="do_disclosure_generic">This device is managed by your organization</string> <!-- Text on keyguard screen and in Quick Settings footer indicating that the device is enterprise-managed by a Device Owner [CHAR LIMIT=40] --> <string name="do_disclosure_with_name">This device is managed by <xliff:g id="organization_name" example="Foo, Inc.">%s</xliff:g></string> |