Use correct tooltip (#30467)
Closes #30412 Signed-off-by: Michael Warnecke <WarneckeMichael@web.de>
This commit is contained in:
parent
5a7a6a7bf1
commit
e89b4182b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue