diff options
| author | 2021-04-01 01:45:15 +0000 | |
|---|---|---|
| committer | 2021-04-01 01:45:15 +0000 | |
| commit | b82251a5ff283c1b3ff0b13a2945c64ceaf8ea17 (patch) | |
| tree | e9c84031900e1be0ffa8194da974e7303e4f3090 | |
| parent | 026e109c50b201ec3b97d8a04e1fcb058647b652 (diff) | |
| parent | b9020fe26e522bc7576c209fd35968235c9c1503 (diff) | |
Merge "Update some BiometricManager default prompt messages" into sc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 77ef15b438c3..58fa8de4970e 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1576,7 +1576,7 @@ <!-- Name for an app setting that lets the user authenticate for that app with their screen lock credential (i.e. PIN, pattern, or password). [CHAR LIMIT=30] --> <string name="screen_lock_app_setting_name">Use screen lock</string> <!-- Subtitle shown on the system-provided biometric dialog, asking the user to authenticate with their screen lock credential (i.e. PIN, pattern, or password). [CHAR LIMIT=70] --> - <string name="screen_lock_dialog_default_subtitle">Enter your device credential to continue</string> + <string name="screen_lock_dialog_default_subtitle">Enter your screen lock to continue</string> <!-- Message shown during fingerprint acquisision when the fingerprint cannot be recognized --> <string name="fingerprint_acquired_partial">Partial fingerprint detected</string> @@ -1746,7 +1746,7 @@ <!-- Name for an app setting that lets the user authenticate for that app with their face or screen lock credential (i.e. PIN, pattern, or password). [CHAR LIMIT=70] --> <string name="face_or_screen_lock_app_setting_name">Use face or screen lock</string> <!-- Subtitle shown on the system-provided biometric dialog, asking the user to authenticate with their face. [CHAR LIMIT=70] --> - <string name="face_dialog_default_subtitle">Use face unlock to continue</string> + <string name="face_dialog_default_subtitle">Use your face to continue</string> <!-- Subtitle shown on the system-provided biometric dialog, asking the user to authenticate with their face or screen lock credential (i.e. PIN, pattern, or password). [CHAR LIMIT=90] --> <string name="face_or_screen_lock_dialog_default_subtitle">Use your face or screen lock to continue</string> |