From 2f98c4a555ae4e89a0510d003e09c0bdb18044c8 Mon Sep 17 00:00:00 2001 From: mposolda Date: Fri, 2 Feb 2024 16:57:29 +0100 Subject: [PATCH] Tooltip for attribute name in user-profile configuration is incorrect closes #26747 Signed-off-by: mposolda --- .../theme/keycloak.v2/admin/messages/messages_en.properties | 1 + .../user-profile/attribute/AttributeGeneralSettings.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties index d2a0cc73c9..59d0f2fe77 100644 --- a/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties +++ b/js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties @@ -1013,6 +1013,7 @@ executorClientAuthenticator=Executor Client Authenticator addWebOrigins=Add web origins clientScopeExplain=Client scopes are a common set of protocol mappers and roles that are shared between multiple clients. attributeNameHelp=Name of attribute to search for in assertion. You can leave this blank and specify a friendly name instead. +upAttributeNameHelp=The name of the user attribute, used to uniquely identify an attribute. linkAccountTitle=Link account to {{provider}} invalidateRotatedSuccess=Rotated secret successfully removed userSessionAttributeHelp=Name of user session attribute you want to hardcode diff --git a/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx b/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx index c3a2164e4b..6de100ba36 100644 --- a/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx +++ b/js/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeGeneralSettings.tsx @@ -82,7 +82,7 @@ export const AttributeGeneralSettings = () => { label={t("attributeName")} labelIcon={ }