Tooltip for attribute name in user-profile configuration is incorrect

closes #26747

Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
mposolda 2024-02-02 16:57:29 +01:00 committed by Marek Posolda
parent d1764dbcb2
commit 2f98c4a555
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -82,7 +82,7 @@ export const AttributeGeneralSettings = () => {
label={t("attributeName")}
labelIcon={
<HelpItem
helpText={t("attributeNameHelp")}
helpText={t("upAttributeNameHelp")}
fieldLabelId="attributeName"
/>
}