Skip to content

Commit

Permalink
Update PIN setting strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Apr 21, 2020
1 parent 6f39f98 commit 9bc70ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/preferences_app_protection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9bc70ad

Please sign in to comment.