mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Use correct tooltip (#30467)
Closes #30412 Signed-off-by: Michael Warnecke <WarneckeMichael@web.de>
This commit is contained in:
parent
5a7a6a7bf1
commit
e89b4182b6
@ -219,7 +219,7 @@ export default function LdapMapperDetails() {
|
||||
<TextControl
|
||||
name="name"
|
||||
label={t("name")}
|
||||
labelIcon={t("nameHelp")}
|
||||
labelIcon={t("mapperNameHelp")}
|
||||
isDisabled={!isNew}
|
||||
rules={{ required: t("required") }}
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user