From 0b366bece622c705a0b81e9a5ad2d04dc031f30a Mon Sep 17 00:00:00 2001 From: Fuzzbizz Date: Mon, 27 May 2024 09:30:07 +0200 Subject: [PATCH] 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 Co-authored-by: Fabi --- console/src/assets/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json index f411faddcd..8a50cae2cf 100644 --- a/console/src/assets/i18n/en.json +++ b/console/src/assets/i18n/en.json @@ -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": {