mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-19 12:41:31 +00:00
Changed Disable passphrase summary and title text to reference strings.xml
This commit is contained in:
parent
719d791962
commit
10fd757cb4
@ -122,14 +122,14 @@
|
|||||||
|
|
||||||
<CheckBoxPreference android:key="pref_disable_passphrase"
|
<CheckBoxPreference android:key="pref_disable_passphrase"
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:title="Disable Passphrase"
|
android:title="@string/preferences__disable_passphrase"
|
||||||
android:disableDependentsState="true"
|
android:summary="@string/preferences__disable_local_encryption_of_messages_and_keys"
|
||||||
android:summary="Disable local encryption of messages and keys"/>
|
android:disableDependentsState="true"/>
|
||||||
|
|
||||||
<CheckBoxPreference android:defaultValue="false"
|
<CheckBoxPreference android:defaultValue="false"
|
||||||
android:key="pref_timeout_passphrase"
|
android:key="pref_timeout_passphrase"
|
||||||
android:summary="@string/preferences__forget_passphrase_from_memory_after_some_interval"
|
|
||||||
android:title="@string/preferences__timeout_passphrase"
|
android:title="@string/preferences__timeout_passphrase"
|
||||||
|
android:summary="@string/preferences__forget_passphrase_from_memory_after_some_interval"
|
||||||
android:dependency="pref_disable_passphrase"/>
|
android:dependency="pref_disable_passphrase"/>
|
||||||
|
|
||||||
<org.thoughtcrime.securesms.preferences.PassphraseTimeoutPreference
|
<org.thoughtcrime.securesms.preferences.PassphraseTimeoutPreference
|
||||||
|
Loading…
x
Reference in New Issue
Block a user