mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 13:13:38 +00:00
fix(console): user descriptions (#7894)
* fix: user descriptions * i18n
This commit is contained in:
@@ -48,13 +48,13 @@
|
||||
"TITLE": "Users",
|
||||
"DESCRIPTION": "A user is a human or a machine that can access your applications.",
|
||||
"HUMANS": {
|
||||
"TITLE": "Humans",
|
||||
"DESCRIPTION": "Humans authenticate interactively in a browser session with a login prompt.",
|
||||
"TITLE": "Users",
|
||||
"DESCRIPTION": "Users authenticate interactively in a browser session with a login prompt.",
|
||||
"METADATA": "Add custom attributes to the user like the department. You can use this information in your actions."
|
||||
},
|
||||
"MACHINES": {
|
||||
"TITLE": "Machines",
|
||||
"DESCRIPTION": "Machines authenticate non-interactively using a JWT bearer token signed with a private key. They can also use a personal access token.",
|
||||
"TITLE": "Service Users",
|
||||
"DESCRIPTION": "Les utilisateurs du service s'authentifient de manière non interactive à l'aide d'un jeton de porteur JWT signé avec une clé privée. Ils peuvent également utiliser un jeton d'accès personnel.",
|
||||
"METADATA": "Add custom attributes to the user like the authenticating system. You can use this information in your actions."
|
||||
},
|
||||
"SELF": {
|
||||
|
Reference in New Issue
Block a user