Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b97f91c9 authored by Maurice Lam's avatar Maurice Lam Committed by Android (Google) Code Review
Browse files

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

parents 624212f4 d342ad48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>
+2 −0
Original line number Diff line number Diff line
@@ -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] -->