@@ -50,9 +50,9 @@ export const enUS: LocalizationResource = {
5050 formFieldInputPlaceholder__organizationDomainEmailAddress :
'[email protected] ' , 5151 formFieldInputPlaceholder__organizationName : 'Organization name' ,
5252 formFieldInputPlaceholder__organizationSlug : 'my-org' ,
53- formFieldInputPlaceholder__username : undefined ,
5453 formFieldInputPlaceholder__password : 'Enter your password' ,
5554 formFieldInputPlaceholder__phoneNumber : 'Enter your phone number' ,
55+ formFieldInputPlaceholder__username : undefined ,
5656 formFieldLabel__automaticInvitations : 'Enable automatic invitations for this domain' ,
5757 formFieldLabel__backupCode : 'Backup code' ,
5858 formFieldLabel__confirmDeletion : 'Confirmation' ,
@@ -439,6 +439,7 @@ export const enUS: LocalizationResource = {
439439 detailsLabel : 'We need to verify your identity before resetting your password.' ,
440440 } ,
441441 start : {
442+ __experimental_titleCombined : 'Continue to {{applicationName}}' ,
442443 actionLink : 'Sign up' ,
443444 actionLink__join_waitlist : 'Join waitlist' ,
444445 actionLink__use_email : 'Use email' ,
@@ -450,7 +451,6 @@ export const enUS: LocalizationResource = {
450451 actionText__join_waitlist : 'Want early access?' ,
451452 subtitle : 'Welcome back! Please sign in to continue' ,
452453 title : 'Sign in to {{applicationName}}' ,
453- __experimental_titleCombined : 'Continue to {{applicationName}}' ,
454454 } ,
455455 totpMfa : {
456456 formTitle : 'Verification code' ,
@@ -566,7 +566,7 @@ export const enUS: LocalizationResource = {
566566 form_password_validation_failed : 'Incorrect Password' ,
567567 form_username_invalid_character :
568568 'Your username contains invalid characters. Please use only letters, numbers, and underscores.' ,
569- form_username_invalid_length : 'Your username must be between 3 and 20 characters long.' ,
569+ form_username_invalid_length : 'Your username must be between {{min_length}} and {{max_length}} characters long.' ,
570570 identification_deletion_failed : 'You cannot delete your last identification.' ,
571571 not_allowed_access :
572572 'You do not have permission to access this page. Please contact support if you believe this is an error.' ,
0 commit comments