diff --git a/res/values/strings.xml b/res/values/strings.xml index 6fefb19b3..b26fbd4dd 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -938,15 +938,13 @@ Change your passphrase Enable passphrase Passphrase %s - Enable lock screen for messages + Lock Signal and message notifications with a passphrase Screen security Screen security %s Block screenshots in the recents list and inside the app - Forget passphrase from memory after some interval - Timeout passphrase - Select passphrase timeout - Timeout interval - The amount of time to wait before forgetting passphrase from memory + Auto-lock Signal after a specified time interval of inactivity + Inactivity timeout passphrase + Inactivity timeout interval Notifications Enable message notifications LED color diff --git a/res/xml/preferences_app_protection.xml b/res/xml/preferences_app_protection.xml index 1d20b850b..908e70ab7 100644 --- a/res/xml/preferences_app_protection.xml +++ b/res/xml/preferences_app_protection.xml @@ -5,7 +5,7 @@ android:key="pref_enable_passphrase_temporary" android:defaultValue="true" android:title="@string/preferences__enable_passphrase" - android:summary="@string/preferences__enable_lock_screen_for_messages"/> + android:summary="@string/preferences__lock_signal_and_message_notifications_with_a_passphrase"/> -