Use correct translation for LDAP mapper (#1030)
This commit is contained in:
parent
ddb556b9c9
commit
75fd4007d3
1 changed files with 3 additions and 5 deletions
|
@ -104,11 +104,9 @@ export const LdapMapperDetails = () => {
|
|||
);
|
||||
} catch (error) {
|
||||
addError(
|
||||
`user-federation:${
|
||||
mapperId === "new"
|
||||
? "common:mappingCreatedError"
|
||||
: "common:mappingUpdatedError"
|
||||
}`,
|
||||
mapperId === "new"
|
||||
? "common:mappingCreatedError"
|
||||
: "common:mappingUpdatedError",
|
||||
error
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue