Use correct tooltip (#30467)

Closes #30412

Signed-off-by: Michael Warnecke <WarneckeMichael@web.de>
This commit is contained in:
MWarnecke 2024-06-18 19:10:26 +02:00 committed by GitHub
parent 5a7a6a7bf1
commit e89b4182b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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") }}
/>