Merge "Update skip button label to "Do it later"" into oc-dr1-dev
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
style="@style/SuwGlifButton.Secondary"
|
style="@style/SuwGlifButton.Secondary"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/skip_label" />
|
android:text="@string/security_settings_fingerprint_enroll_enrolling_skip" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
@@ -26,6 +26,6 @@
|
|||||||
android:id="@+id/skip_button"
|
android:id="@+id/skip_button"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/skip_label" />
|
android:text="@string/security_settings_fingerprint_enroll_enrolling_skip" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@@ -872,6 +872,8 @@
|
|||||||
<string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added</string>
|
<string name="security_settings_fingerprint_enroll_finish_title">Fingerprint added</string>
|
||||||
<!-- Message shown in fingerprint enrollment dialog once enrollment is completed -->
|
<!-- 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>
|
<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] -->
|
<!-- 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>
|
<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] -->
|
<!-- Content of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=NONE] -->
|
||||||
|
Reference in New Issue
Block a user