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

Commit 597d23e5 authored by Joseph Vincent's avatar Joseph Vincent Committed by Android (Google) Code Review
Browse files

Merge "Update string Lock private space automatically" into main

parents 022a8150 cfbbc5e2
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1248,10 +1248,8 @@
    <string name="private_space_screen_lock_summary">Same as device screen lock</string>
    <!-- Dialog message to choose a new lock for Private Space. [CHAR LIMIT=50] -->
    <string name="private_space_new_lock_title">Choose a new lock for private space?</string>
    <!-- Title for the preference for auto lock private space. [CHAR LIMIT=40] -->
    <string name="private_space_auto_lock_title">Lock automatically</string>
    <!-- Title for private space auto lock settings page. [CHAR LIMIT=50] -->
    <string name="private_space_auto_lock_page_title">Lock private space automatically</string>
    <!-- Title for the preference for auto lock private space and auto lock private space settings page. [CHAR LIMIT=50] -->
    <string name="private_space_auto_lock_title">Lock private space automatically</string>
    <!-- Description for private space auto lock settings page. [CHAR LIMIT=NONE] -->
    <string name="private_space_auto_lock_page_summary">You can lock your private space automatically if you haven\’t used your device for a period of time</string>
    <!-- Configure auto lock: Value for auto lock configuration to lock private space every time device locks. [CHAR LIMIT=40] -->
+1 −1
Original line number Diff line number Diff line
@@ -17,4 +17,4 @@

<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/private_space_auto_lock_page_title"/>
    android:title="@string/private_space_auto_lock_title"/>