From d342ad48784972597df7e2935eab4c6ce3c499c9 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Fri, 23 Jun 2017 18:55:50 -0700 Subject: [PATCH] Update skip button label to "Do it later" Test: Manual Bug: 62839648 Change-Id: I3616fb8095eb1ca77798d45730a1ffcda8f542a4 --- res/layout-land/fingerprint_enroll_enrolling.xml | 2 +- res/layout/fingerprint_enroll_enrolling_base_footer.xml | 2 +- res/values/strings.xml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/res/layout-land/fingerprint_enroll_enrolling.xml b/res/layout-land/fingerprint_enroll_enrolling.xml index 84e82c4e408..135250b499d 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" /> diff --git a/res/layout/fingerprint_enroll_enrolling_base_footer.xml b/res/layout/fingerprint_enroll_enrolling_base_footer.xml index e93fae99fcf..b4ed37e7404 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" /> diff --git a/res/values/strings.xml b/res/values/strings.xml index 958020636be..28968d4f2d1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -872,6 +872,8 @@ Fingerprint added When you see this icon, use your fingerprint for identification or to approve purchases. + + Do it later Skip fingerprint setup?