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

Commit 4de89a93 authored by Curtis Belmonte's avatar Curtis Belmonte Committed by Android (Google) Code Review
Browse files

Merge "Use correct string for Face Unlock preference category" into sc-dev

parents afc0bd76 39c9ad88
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -851,8 +851,6 @@
    <string name="security_settings_face_enroll_improve_face_alert_body_fingerprint">Delete your current face model to set up Face Unlock again.\n\nYour face model will be permanently and securely deleted.\n\nAfter deletion, you will need your fingerprint, PIN, pattern, or password to unlock your phone or for authentication in apps.</string>
    <!-- Title for a category shown for the face settings page. [CHAR LIMIT=20] -->
    <string name="security_settings_face_settings_use_face_category">Use Face Unlock for</string>
    <!-- Title for a category shown for the face settings page, followed by items that the user can toggle on/off to require/disable. -->
    <string name="security_settings_face_settings_require_category">Requirements for Face Unlock</string>
    <!-- Title for a category shown for the face settings page, followed by items that the user can toggle on/off to require/disable. [CHAR LIMIT=50] -->
    <string name="security_settings_face_settings_preferences_category">When using Face Unlock</string>
    <!-- Text shown on a toggle which disables/enables face unlock, depending if the user's eyes are open. [CHAR LIMIT=30] -->
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@

    <PreferenceCategory
        android:key="security_settings_face_manage_category"
        android:title="@string/security_settings_face_settings_require_category">
        android:title="@string/security_settings_face_settings_preferences_category">
        <SwitchPreference
            android:key="security_settings_face_require_attention"
            android:title="@string/security_settings_face_settings_require_attention"