diff options
| -rw-r--r-- | packages/SystemUI/res-keyguard/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res-keyguard/values/strings.xml b/packages/SystemUI/res-keyguard/values/strings.xml index badad584824b..28b58703b02d 100644 --- a/packages/SystemUI/res-keyguard/values/strings.xml +++ b/packages/SystemUI/res-keyguard/values/strings.xml @@ -192,7 +192,7 @@ <string name="kg_prompt_after_user_lockdown_pattern">Pattern is required after lockdown</string> <!-- Message shown to prepare for an unattended update (OTA). Also known as an over-the-air (OTA) update. [CHAR LIMIT=70] --> - <string name="kg_prompt_unattended_update">Update will install during inactive hours</string> + <string name="kg_prompt_unattended_update">Update will install when device not in use</string> <!-- Message shown when primary authentication hasn't been used for some time. [CHAR LIMIT=70] --> <string name="kg_prompt_pin_auth_timeout">Added security required. PIN not used for a while.</string> |