diff --git a/res/values/strings.xml b/res/values/strings.xml index 72624ad2f40..4fc29b1f563 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1670,7 +1670,7 @@ Forget device - + Connect to\u2026 @@ -4129,22 +4129,22 @@ Forgot your PIN? - Use your device pattern to continue - Enter your device PIN to continue - Enter your device password to continue - Use your work pattern to continue - Enter your work PIN to continue - Enter your work password to continue @@ -4235,9 +4235,9 @@ Require pattern Must draw pattern to unlock screen - + Make pattern visible - + Make profile pattern visible Vibrate on tap @@ -4678,7 +4678,7 @@ Auto-replace Correct mistyped words - + Auto-capitalization Capitalize first letter in sentences @@ -5347,17 +5347,17 @@ Because you\u2019ve turned on an accessibility service, your device won’t use your screen lock to enhance data encryption. - + Because turning on %1$s affects data encryption, you need to confirm your pattern. - + Because turning on %1$s affects data encryption, you need to confirm your PIN. - + Because turning on %1$s affects data encryption, you need to confirm your password. @@ -7057,7 +7057,7 @@ Paying at the terminal Set up a payment app. Then just hold the back of your phone up to any terminal with the contactless symbol. - + Got it More... diff --git a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java index 3831b07e1a7..7b65924a21f 100644 --- a/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java +++ b/src/com/android/settings/biometrics/fingerprint/FingerprintEnrollEnrolling.java @@ -62,8 +62,8 @@ public class FingerprintEnrollEnrolling extends BiometricsEnrollEnrolling { private static final int FINISH_DELAY = 250; /** - * If we don't see progress during this time, we show an error message to remind the user that - * he needs to lift the finger and touch again. + * If we don't see progress during this time, we show an error message to remind the users that + * they need to lift the finger and touch again. */ private static final int HINT_TIMEOUT_DURATION = 2500;