mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 07:47:32 +00:00
fix: rename to given and family name (#6152)
* fix: rename to given and family name * fix: rename to given and family name * fix: rename to given and family name
This commit is contained in:
@@ -211,8 +211,8 @@ RegistrationUser:
|
||||
DescriptionOrgRegister: Enter your Userdata.
|
||||
EmailLabel: E-Mail
|
||||
UsernameLabel: Username
|
||||
FirstnameLabel: First name
|
||||
LastnameLabel: Surname
|
||||
FirstnameLabel: Given name
|
||||
LastnameLabel: Family name
|
||||
LanguageLabel: Language
|
||||
German: Deutsch
|
||||
English: English
|
||||
@@ -242,8 +242,8 @@ ExternalRegistrationUserOverview:
|
||||
Description: We have taken your user details from the selected provider. You can now change or complete them.
|
||||
EmailLabel: E-Mail
|
||||
UsernameLabel: Username
|
||||
FirstnameLabel: First name
|
||||
LastnameLabel: Surname
|
||||
FirstnameLabel: Given name
|
||||
LastnameLabel: Family name
|
||||
NicknameLabel: Nickname
|
||||
PhoneLabel: Phonenumber
|
||||
LanguageLabel: Language
|
||||
@@ -270,8 +270,8 @@ RegistrationOrg:
|
||||
OrgNameLabel: Organization name
|
||||
EmailLabel: E-Mail
|
||||
UsernameLabel: Username
|
||||
FirstnameLabel: First name
|
||||
LastnameLabel: Surname
|
||||
FirstnameLabel: Given name
|
||||
LastnameLabel: Family name
|
||||
PasswordLabel: Password
|
||||
PasswordConfirmLabel: Password confirmation
|
||||
TosAndPrivacyLabel: Terms and conditions
|
||||
@@ -366,8 +366,8 @@ Errors:
|
||||
NotFound: Profile not found
|
||||
NotChanged: Profile not changed
|
||||
Empty: Profile is empty
|
||||
FirstNameEmpty: First name in profile is empty
|
||||
LastNameEmpty: Last name in profile is empty
|
||||
FirstNameEmpty: Given name in profile is empty
|
||||
LastNameEmpty: Family name in profile is empty
|
||||
IDMissing: Profile ID is missing
|
||||
Email:
|
||||
NotFound: Email not found
|
||||
|
Reference in New Issue
Block a user