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

@@ -507,7 +507,7 @@ class EnterPhoneNumberFragment : LoggingFragment(R.layout.fragment_registration_
} else {
Log.w(TAG, "Unable to request new verification code, prompting to start new session")
MaterialAlertDialogBuilder(requireContext()).apply {
setMessage(R.string.RegistrationActivity_unable_to_connect_to_service)
setMessage(R.string.RegistrationActivity_sms_provider_error)
setPositiveButton(R.string.NetworkFailure__retry) { _, _ ->
onRegistrationButtonClicked()
}