mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Require key rotation to disable pins.
This commit is contained in:
committed by
Michelle Tang
parent
4cce6d3c86
commit
e6f11c7443
@@ -61,6 +61,12 @@
|
||||
<string name="ApplicationPreferencesActivity_record_payments_recovery_phrase">Record payments recovery phrase</string>
|
||||
<string name="ApplicationPreferencesActivity_record_phrase">Record phrase</string>
|
||||
<string name="ApplicationPreferencesActivity_before_you_can_disable_your_pin">Before you can disable your PIN, you must record your payments recovery phrase to ensure you can recover your payments account.</string>
|
||||
<!-- The title of a dialog letting the user know they have to rotate their recovery key if they want to disable PINs -->
|
||||
<string name="AdvancedPinSettingsFragment_rotate_aep_dialog_title">Create a new recovery key</string>
|
||||
<!-- The body of a dialog letting the user know they have to rotate their recovery key if they want to disable PINs -->
|
||||
<string name="AdvancedPinSettingsFragment_rotate_aep_dialog_body">You must create and record a new recovery key before you can disable your PIN.</string>
|
||||
<!-- The confirmation button for a dialog letting the user know they have to rotate their recovery key if they want to disable PINs. If they click the button, they will be taken to a flow to rotate their key. -->
|
||||
<string name="AdvancedPinSettingsFragment_rotate_aep_dialog_positive_button">Create key</string>
|
||||
|
||||
<!-- NumericKeyboardView -->
|
||||
<string name="NumericKeyboardView__1" translatable="false">1</string>
|
||||
|
||||
Reference in New Issue
Block a user