Merge "Update skip button label to "Do it later"" into oc-dr1-dev

This commit is contained in:
Maurice Lam
2017-06-27 01:10:36 +00:00
committed by Android (Google) Code Review
3 changed files with 4 additions and 2 deletions

View File

@@ -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>