Allow contact support from registration lock and screen lock screens.

This commit is contained in:
Cody Henthorne
2021-02-01 11:58:33 -05:00
committed by GitHub
parent 589f345825
commit dcfa7e3b36
4 changed files with 48 additions and 5 deletions

View File

@@ -1278,6 +1278,7 @@
<string name="PassphrasePromptActivity_ok_button_content_description">Submit passphrase</string>
<string name="PassphrasePromptActivity_invalid_passphrase_exclamation">Invalid passphrase!</string>
<string name="PassphrasePromptActivity_unlock_signal">Unlock Signal</string>
<string name="PassphrasePromptActivity_signal_android_lock_screen">Signal Android - Lock Screen</string>
<!-- PlacePickerActivity -->
<string name="PlacePickerActivity_title">Map</string>
@@ -2563,6 +2564,8 @@
<string name="RegistrationLockFragment__incorrect_pin">Incorrect PIN</string>
<string name="RegistrationLockFragment__forgot_your_pin">Forgot your PIN?</string>
<string name="RegistrationLockFragment__not_many_tries_left">Not many tries left!</string>
<string name="RegistrationLockFragment__signal_registration_need_help_with_pin_for_android_v1_pin">Signal Registration - Need Help with PIN for Android (v1 PIN)</string>
<string name="RegistrationLockFragment__signal_registration_need_help_with_pin_for_android_v2_pin">Signal Registration - Need Help with PIN for Android (v2 PIN)</string>
<plurals name="RegistrationLockFragment__for_your_privacy_and_security_there_is_no_way_to_recover">
<item quantity="one">For your privacy and security, there is no way to recover your PIN. If you can\'t remember your PIN, you can re-verify with SMS after %1$d day of inactivity. In this case, your account will be wiped and all content deleted.</item>