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

Commit bf3f9a0b authored by Shawn Lin's avatar Shawn Lin
Browse files

Fixed incorrect screen lock settings category title

Bug: 394999568
Test: manual - Go to Screen lock settings page and check the title
Flag: com.android.settings.flags.biometrics_onboarding_education
Change-Id: I51352a43297e226cd1a72bd9edfe1211f02a4191
parent ce463e41
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1671,6 +1671,9 @@
    <!-- Message shown in screen lock picker for setting up a work profile screen lock. [CHAR LIMIT=80] -->
    <string name="lock_settings_picker_profile_message">If you forget this lock, ask your IT admin to reset it</string>
    <!-- Title for the category in screen lock settings page -->
    <string name="lock_settings_screen_lock_settings_title">Screen lock settings</string>
    <!-- Label for button in screen lock settings, allowing users to choose other types of screen locks. [CHAR LIMIT=40] -->
    <string name="setup_lock_settings_options_button_label">Screen lock options</string>
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@

    <PreferenceCategory
        android:key="unlock_settings"
        android:title="@string/security_settings_fingerprint_settings_preferences_category"
        android:title="@string/lock_settings_screen_lock_settings_title"
        settings:isPreferenceVisible="false">

        <!-- available in pattern -->