diff options
| author | 2022-11-04 19:12:13 +0000 | |
|---|---|---|
| committer | 2022-11-04 19:12:20 +0000 | |
| commit | 85c09ad69ceb537fb11269b45a4d142eb4d7e91c (patch) | |
| tree | e1abf049591445f42513db807b7b18d68131e5dc | |
| parent | 01cd6f81a88f46627eba593361feea721e7f93f6 (diff) | |
Debugging sometimes requires 'admin' (strings)
Currently, two configs say that they require the "primary user", but they actually require an "admin user". Fixing the strings accordingly.
Change-Id: I072fe789c2214ee682e5c3358c7c0f4e97e4fcc1
Test: N/A
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 6a2d1f0e527b..64551e4981ee 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -142,7 +142,7 @@ <string name="usb_debugging_secondary_user_title">USB debugging not allowed</string> <!-- Message of notification shown when trying to enable USB debugging but a secondary user is the current foreground user. --> - <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to the primary user.</string> + <string name="usb_debugging_secondary_user_message">The user currently signed in to this device can\'t turn on USB debugging. To use this feature, switch to an admin user.</string> <!-- Title of confirmation dialog for wireless debugging [CHAR LIMIT=80] --> <string name="hdmi_cec_set_menu_language_title">Do you want to change the system language to <xliff:g id="language" example="German">%1$s</xliff:g>?</string> @@ -172,7 +172,7 @@ <string name="wifi_debugging_secondary_user_title">Wireless debugging not allowed</string> <!-- Message of notification shown when trying to enable wireless debugging but a secondary user is the current foreground user. [CHAR LIMIT=NONE] --> - <string name="wifi_debugging_secondary_user_message">The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to the primary user.</string> + <string name="wifi_debugging_secondary_user_message">The user currently signed in to this device can\u2019t turn on wireless debugging. To use this feature, switch to an admin user.</string> <!-- Title of USB contaminant presence dialog [CHAR LIMIT=NONE] --> <string name="usb_contaminant_title">USB port disabled</string> |