File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,8 @@ export const enUS: LocalizationResource = {
141141 title_phone : 'Check your phone' ,
142142 subtitle : 'to reset your password' ,
143143 formTitle : 'Reset password code' ,
144- formSubtitle : 'Enter the code sent to your email address' ,
144+ formSubtitle_email : 'Enter the code sent to your email address' ,
145+ formSubtitle_phone : 'Enter the code sent to your phone number' ,
145146 resendButton : 'Resend code' ,
146147 } ,
147148 resetPassword : {
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ type _LocalizationResource = {
158158 title_phone : LocalizationValue ;
159159 subtitle : LocalizationValue ;
160160 formTitle : LocalizationValue ;
161- formSubtitle : LocalizationValue ;
161+ formSubtitle_email : LocalizationValue ;
162+ formSubtitle_phone : LocalizationValue ;
162163 resendButton : LocalizationValue ;
163164 } ;
164165 resetPassword : {
You can’t perform that action at this time.
0 commit comments