From dc76106b1df22e9473eb7837c40a479f6845be8a Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Mon, 31 Oct 2022 12:29:33 +0100 Subject: [PATCH] Added translations in new console (#3657) --- apps/admin-ui/public/resources/en/dynamic.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/admin-ui/public/resources/en/dynamic.json b/apps/admin-ui/public/resources/en/dynamic.json index 70cd8a6ad7..df9c7270bf 100644 --- a/apps/admin-ui/public/resources/en/dynamic.json +++ b/apps/admin-ui/public/resources/en/dynamic.json @@ -67,6 +67,10 @@ "label": "Add to access token", "tooltip": "Should the claim be added to the access token?" }, + "includeInAccessTokenResponse": { + "label": "Add to access token response", + "tooltip": "Should the claim be added to the access token response? Should only be used for informative and non-sensitive data" + }, "includeInUserInfo": { "label": "Add to userinfo", "tooltip": "Should the claim be added to the userinfo?" @@ -153,4 +157,4 @@ "label": "Updating entity role", "tooltip": "The condition is checked during client registration/update requests and it evaluates to true if the entity (usually user), who is creating/updating client is member of the specified role. For reference the realm role, you can use the realm role name like 'my_realm_role' . For reference client role, you can use the client_id.role_name for example 'my_client.my_client_role' will refer to client role 'my_client_role' of client 'my_client'." } -} \ No newline at end of file +}