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:
Fabi
2023-07-07 15:13:45 +02:00
committed by GitHub
parent 5f5f1558d0
commit 5182cb3ce3
7 changed files with 28 additions and 28 deletions

View File

@@ -486,8 +486,8 @@
"CHANGEUSERNAME": "modify",
"CHANGEUSERNAME_TITLE": "Change username",
"CHANGEUSERNAME_DESC": "Enter the new name in the field below.",
"FIRSTNAME": "First Name",
"LASTNAME": "Last Name",
"FIRSTNAME": "Given Name",
"LASTNAME": "Family Name",
"NICKNAME": "Nickname",
"DISPLAYNAME": "Display Name",
"PREFERRED_LANGUAGE": "Language",
@@ -1294,8 +1294,8 @@
"PC": "Password Change"
},
"CHIPS": {
"firstname": "Firstname",
"lastname": "Lastname",
"firstname": "Given name",
"lastname": "Family name",
"code": "Code",
"preferredLoginName": "Preferred Login Name",
"displayName": "Displayname",
@@ -1766,8 +1766,8 @@
"DISPLAYNAMEATTRIBUTE": "Displayname attribute",
"EMAILATTRIBUTEATTRIBUTE": "Email attribute",
"EMAILVERIFIEDATTRIBUTE": "Email verified attribute",
"FIRSTNAMEATTRIBUTE": "Firstname attribute",
"LASTNAMEATTRIBUTE": "Lastname attribute",
"FIRSTNAMEATTRIBUTE": "Given name attribute",
"LASTNAMEATTRIBUTE": "Family name attribute",
"NICKNAMEATTRIBUTE": "Nickname attribute",
"PHONEATTRIBUTE": "Phone attribute",
"PHONEVERIFIEDATTRIBUTE": "Phone verified attribute",