diff options
| author | 2022-08-25 14:21:09 +0000 | |
|---|---|---|
| committer | 2022-08-25 14:21:09 +0000 | |
| commit | ef148acab912bedd86ffd4fb85efc9276cf021ff (patch) | |
| tree | ee152000f49f283e3da25e63ac8d537da9b85c08 | |
| parent | 9dce321437229f6ccc48d029a0cef719d648a5fe (diff) | |
Update the fingerprint permanent lockout message
Test: manual
Fixes: 243052601
Change-Id: I91a3a56506f19725569a8a2e192bf3439b3a8085
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 08e022529641..a445f5f2e893 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1740,7 +1740,7 @@ <!-- Generic error message shown when the fingerprint operation fails because too many attempts have been made. --> <string name="fingerprint_error_lockout">Too many attempts. Try again later.</string> <!-- Generic error message shown when the fingerprint operation fails because strong authentication is required --> - <string name="fingerprint_error_lockout_permanent">Too many attempts. Fingerprint sensor disabled.</string> + <string name="fingerprint_error_lockout_permanent">Too many attempts. Use screen lock instead.</string> <!-- Generic error message shown when the fingerprint hardware can't recognize the fingerprint --> <string name="fingerprint_error_unable_to_process">Try again.</string> <!-- Generic error message shown when the user has no enrolled fingerprints --> |