Skip to content

Commit cd42f2e

Browse files
committed
Add translations
1 parent 3967fa1 commit cd42f2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • packages/components/src/orchestrator/locales

packages/components/src/orchestrator/locales/en.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ export const en: Record<string, string> = {
119119
"register.field.email.placeholder": "you@company.com",
120120
"register.field.password": "Password",
121121
"register.field.password.help": "At least 8 characters, including a symbol and number.",
122+
"register.field.givenName": "Given name",
123+
"register.field.familyName": "Family name",
124+
"register.field.dateOfBirth": "Date of birth",
122125
"register.action.password": "Continue with password",
123126
"register.action.passkey": "Register with a passkey",
124127
"register.action.submit": "Sign up",

0 commit comments

Comments
 (0)