File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -584,6 +584,8 @@ export const enUS: LocalizationResource = {
584584 } ,
585585 } ,
586586 unstable__errors : {
587+ identification_deletion_failed : 'You cannot delete your last identification.' ,
588+ phone_number_exists : 'This phone number is taken. Please try another.' ,
587589 form_identifier_not_found : '' ,
588590 captcha_invalid :
589591 'Sign up unsuccessful due to failed security validations. Please refresh the page to try again or reach out to support for more assistance.' ,
Original file line number Diff line number Diff line change @@ -620,6 +620,8 @@ type _LocalizationResource = {
620620type WithParamName < T > = T &
621621 Partial < Record < `${keyof T & string } __${CamelToSnake < Exclude < FieldId , 'role' > > } `, LocalizationValue > > ;
622622type UnstableErrors = WithParamName < {
623+ identification_deletion_failed : LocalizationValue ;
624+ phone_number_exists : LocalizationValue ;
623625 form_identifier_not_found : LocalizationValue ;
624626 captcha_invalid : LocalizationValue ;
625627 form_password_pwned : LocalizationValue ;
You can’t perform that action at this time.
0 commit comments