Update PIN setting strings.

This commit is contained in:
Greyson Parrelli 2020-04-21 19:23:47 -04:00
parent 6f39f9849a
commit 9bc70adbbd
2 changed files with 4 additions and 4 deletions

View file

@ -2085,8 +2085,8 @@
<string name="preferences_app_protection__signal_pin">Signal PIN</string>
<string name="preferences_app_protection__create_a_pin">Create a PIN</string>
<string name="preferences_app_protection__change_your_pin">Change your PIN</string>
<string name="preferences_app_protection__your_pin_backs_up_profile_settings_and_preferences">Your PIN backs up profile settings and preferences to save you time when re-registering your account.</string>
<string name="preferences_app_protection__registration_lock_adds_and_extra_layer_of_security">Registration Lock adds an extra layer of security to your account. You\'ll be asked for your Signal PIN when you register your phone number with Signal. If you forget your PIN, you\'ll be locked out of your account for 7 days.</string>
<string name="preferences_app_protection__pins_keep_information_stored_with_signal_encrypted">PINs keep information stored with Signal encrypted so only you can access it. Your profile, settings, and contacts will restore when you reinstall Signal.</string>
<string name="preferences_app_protection__add_extra_security_by_requiring_your_signal_pin_to_register">Add extra security by requiring your Signal PIN to register your phone number with Signal again.</string>
<string name="preferences_app_protection__failed_to_enable_registration_lock">Failed to enable registration lock.</string>
<string name="preferences_app_protection__failed_to_disable_registration_lock">Failed to disable registration lock.</string>
<string name="AppProtectionPreferenceFragment_none">None</string>

View file

@ -112,14 +112,14 @@
<Preference
android:key="pref_kbs_change"
android:summary="@string/preferences_app_protection__your_pin_backs_up_profile_settings_and_preferences"
android:summary="@string/preferences_app_protection__pins_keep_information_stored_with_signal_encrypted"
android:title="@string/preferences_app_protection__change_your_pin" />
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:enabled="false"
android:key="kbs.v2_lock_enabled"
android:summary="@string/preferences_app_protection__registration_lock_adds_and_extra_layer_of_security"
android:summary="@string/preferences_app_protection__add_extra_security_by_requiring_your_signal_pin_to_register"
android:title="@string/preferences_app_protection__registration_lock" />
</PreferenceCategory>