Changed face/finger enroll intro no thanks

Changed the face & fingerprint enroll introduction to use "Not now"
instead of "No thanks" during enrollment.

Test: Manually verified the strings that showed up during
face/fingerprint enrollment were correct
Fixes: 302662735

Change-Id: I66183febae1cc36d4bfb2f67e70a3f37a887369c
This commit is contained in:
Joshua McCloskey
2024-06-04 19:05:47 +00:00
parent 1eca5e767d
commit c87a49fe69

View File

@@ -733,7 +733,7 @@
<!-- Button text to cancel enrollment from the introduction [CHAR LIMIT=22] -->
<string name="security_settings_face_enroll_introduction_cancel">Cancel</string>
<!-- Button text to cancel enrollment [CHAR LIMIT=30] -->
<string name="security_settings_face_enroll_introduction_no_thanks">No thanks</string>
<string name="security_settings_face_enroll_introduction_no_thanks">Not now</string>
<!-- Button text to start enrollment [CHAR LIMIT=30] -->
<string name="security_settings_face_enroll_introduction_agree">I agree</string>
<!-- Button text to scroll to the end of a scrollview. [CHAR LIMIT=30] -->
@@ -862,7 +862,7 @@
<!-- Button text to cancel enrollment from the introduction [CHAR LIMIT=22] -->
<string name="security_settings_fingerprint_enroll_introduction_cancel">Cancel</string>
<!-- Button text to cancel enrollment [CHAR LIMIT=30] -->
<string name="security_settings_fingerprint_enroll_introduction_no_thanks">No thanks</string>
<string name="security_settings_fingerprint_enroll_introduction_no_thanks">Not now</string>
<!-- Button text to agree the consent and continue to the next screen from the introduction [CHAR LIMIT=22] -->
<string name="security_settings_fingerprint_enroll_introduction_agree">I agree</string>
<!-- Title of dialog shown when the user tries to skip setting up fingerprint after adding lock screen during initial setup. [CHAR LIMIT=30] -->