File tree Expand file tree Collapse file tree
packages/fxa-settings/src/pages/Signin/SigninRecoveryChoice Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ signin-recovery-method-code-v2 = Backup authentication codes
1010# Variable: $numberOfCodes (String) - The number of authentication codes the user has left, e.g. 4
1111signin-recovery-method-code-info = { $numberOfCodes } codes remaining
1212# Shown when a backend service fails and a code cannot be sent to the user's recovery phone.
13- signin-recovery-phone -send-code-error-heading = There was a problem sending a code to your recovery phone
14- signin-recovery-phone -send-code-error-description = Please try again later or use your backup authentication codes.
13+ signin-recovery-method -send-code-error-heading = There was a problem sending a code to your recovery phone
14+ signin-recovery-method -send-code-error-description = Please try again later or use your backup authentication codes.
Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ const SigninRecoveryChoice = ({
4747 const navigateWithQuery = useNavigateWithQuery ( ) ;
4848
4949 const generalSendCodeErrorHeading = ftlMsgResolver . getMsg (
50- 'signin-recovery-phone -send-code-error-heading' ,
50+ 'signin-recovery-method -send-code-error-heading' ,
5151 'There was a problem sending a code to your recovery phone'
5252 ) ;
5353
5454 const generalSendCodeErrorDescription = ftlMsgResolver . getMsg (
55- 'signin-recovery-phone -send-code-error-description' ,
55+ 'signin-recovery-method -send-code-error-description' ,
5656 'Please try again later or use your backup authentication codes.'
5757 ) ;
5858
You can’t perform that action at this time.
0 commit comments