Update skip button label to "Do it later"
Test: Manual
Bug: 62839648
Change-Id: I3616fb8095eb1ca77798d45730a1ffcda8f542a4
diff --git a/res/layout-land/fingerprint_enroll_enrolling.xml b/res/layout-land/fingerprint_enroll_enrolling.xml
index 84e82c4..135250b 100644
--- a/res/layout-land/fingerprint_enroll_enrolling.xml
+++ b/res/layout-land/fingerprint_enroll_enrolling.xml
@@ -93,7 +93,7 @@
style="@style/SuwGlifButton.Secondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/skip_label" />
+ android:text="@string/security_settings_fingerprint_enroll_enrolling_skip" />
</LinearLayout>
diff --git a/res/layout/fingerprint_enroll_enrolling_base_footer.xml b/res/layout/fingerprint_enroll_enrolling_base_footer.xml
index e93fae9..b4ed37e 100644
--- a/res/layout/fingerprint_enroll_enrolling_base_footer.xml
+++ b/res/layout/fingerprint_enroll_enrolling_base_footer.xml
@@ -26,6 +26,6 @@
android:id="@+id/skip_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="@string/skip_label" />
+ android:text="@string/security_settings_fingerprint_enroll_enrolling_skip" />
</LinearLayout>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9580206..28968d4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -872,6 +872,8 @@
<string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added</string>
<!-- Message shown in fingerprint enrollment dialog once enrollment is completed -->
<string name="security_settings_fingerprint_enroll_finish_message">When you see this icon, use your fingerprint for identification or to approve purchases.</string>
+ <!-- Button text to skip enrollment of fingerprint [CHAR LIMIT=40] -->
+ <string name="security_settings_fingerprint_enroll_enrolling_skip">Do it later</string>
<!-- Title of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=40] -->
<string name="setup_fingerprint_enroll_enrolling_skip_title">Skip fingerprint setup?</string>
<!-- Content of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=NONE] -->