Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
fixup! Use a general message when a PIN is required after booting or …
Browse files Browse the repository at this point in the history
…after some time
  • Loading branch information
neelchauhan committed May 24, 2024
1 parent a5f4b09 commit fc30a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/SystemUI/res-keyguard/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,13 +296,13 @@
<string name="kg_prompt_reason_restart_password">Enter your password</string>

<!-- An explanation text that the pattern needs to be solved since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
<string name="kg_prompt_reason_timeout_pattern">For additional security, use pattern instead</string>
<string name="kg_prompt_reason_timeout_pattern">Enter your pattern</string>

<!-- An explanation text that the pin needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
<string name="kg_prompt_reason_timeout_pin">For additional security, use PIN instead</string>
<string name="kg_prompt_reason_timeout_pin">Enter your PIN</string>

<!-- An explanation text that the password needs to be entered since the user hasn't used strong authentication since quite some time. [CHAR LIMIT=80] -->
<string name="kg_prompt_reason_timeout_password">For additional security, use password instead</string>
<string name="kg_prompt_reason_timeout_password">Enter your password</string>

<!-- An explanation text that the credential needs to be entered because a device admin has
locked the device. [CHAR LIMIT=80] -->
Expand Down

0 comments on commit fc30a2d

Please sign in to comment.