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

Commit d342ad48 authored by Maurice Lam's avatar Maurice Lam
Browse files

Update skip button label to "Do it later"

Test: Manual
Bug: 62839648
Change-Id: I3616fb8095eb1ca77798d45730a1ffcda8f542a4
parent 870b69b0
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] -->