mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 07:28:57 +00:00
fix: Service User Description in English localization (#8011)
# Which Problems Are Solved - The text was in French instead of English # How the Problems Are Solved - I wrote the text in English # Additional Changes No Additional Changes # Additional Context This is a followup to https://github.com/zitadel/zitadel/pull/8007/ which has German in the English file. --------- Co-authored-by: Fabienne <fabienne.gerschwiler@gmail.com> Co-authored-by: Fabi <fabienne@zitadel.com>
This commit is contained in:
parent
eefa35715f
commit
0b366bece6
@ -54,7 +54,7 @@
|
||||
},
|
||||
"MACHINES": {
|
||||
"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.",
|
||||
"DESCRIPTION": "Service Users authenticate non-interactively using a JWT bearer token signed with a private key. They can also use a personal access token.",
|
||||
"METADATA": "Add custom attributes to the user like the authenticating system. You can use this information in your actions."
|
||||
},
|
||||
"SELF": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user