Update registration error strings for SMS send failures.

This commit is contained in:
Greyson Parrelli
2026-02-25 16:30:59 +00:00
committed by Cody Henthorne
parent d6ec4bfbd3
commit 179908fba6
11 changed files with 36 additions and 26 deletions

View File

@@ -2842,8 +2842,8 @@
<!-- During registration, if the user attempts (and fails) to register, we display this error message with a number of minutes timer they are allowed to try again.-->
<string name="RegistrationActivity_rate_limited_to_try_again">You\'ve made too many attempts to register this number. Please try again in %s.</string>
<string name="RegistrationActivity_unable_to_connect_to_service">Unable to connect to service. Please check network connection and try again.</string>
<!-- Dialog error message shown when attempting to register and the SMS provider fails to send an SMS -->
<string name="RegistrationActivity_sms_provider_error">Signal couldn\'t send an SMS code because of issues with the SMS provider. Try again in several hours.</string>
<!-- Dialog error message shown when we are unable to send an SMS to the user's number -->
<string name="RegistrationActivity_sms_provider_error">We are unable to send an SMS to your number. Please try again in several hours.</string>
<!-- A description text for an alert dialog when the entered phone number is not eligible for a verification SMS. -->
<string name="RegistrationActivity_we_couldnt_send_you_a_verification_code">We couldn\'t send you a verification code via SMS. Try receiving your code via voice call instead.</string>
<!-- Generic error when the app is unable to request an SMS code for an unknown reason. -->