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

Commit 83b061d3 authored by Kevin Chyn's avatar Kevin Chyn
Browse files

Actually use new string in fingerprint settings

Fixes: 185805485
Test: Manually inspect
Change-Id: I9a92d4198e3482d7f08d033f8d1242a28a39ef4a
parent 4752ea17
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -985,7 +985,7 @@
    <string name="security_settings_fingerprint_v2_enroll_error_max_attempts">You\u2019ve reached the maximum number of attempts</string>
    <!-- Message shown in fingerprint security settings home screen. [CHAR LIMIT=NONE]-->
    <string name="security_settings_fingerprint_v2_home_screen">Use your fingerprint to unlock your phone or for authentication, like when you sign in to apps or approve a purchase</string>
    <string name="security_settings_fingerprint_v2_home_screen">Use your fingerprint to unlock your phone or for authentication, like when you sign in to apps or approve a purchase\n\n<annotation id="url">Learn more</annotation></string>
    <!-- Title of dialog shown when the user tries to skip setting up a screen lock, warning them of potential consequences of not doing so [CHAR LIMIT=30]-->
    <string name="lock_screen_intro_skip_title">Skip screen lock?</string>
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ public class FingerprintSettings extends SubSettings {
            mFooterTitle = AnnotationSpan.linkify(getText(admin != null
                            ? R.string
                            .security_settings_fingerprint_enroll_disclaimer_lockscreen_disabled
                            : R.string.security_settings_fingerprint_enroll_disclaimer),
                            : R.string.security_settings_fingerprint_v2_home_screen),
                    linkInfo, adminLinkInfo);
        }