Fix 'What is the function of default groups?' popover
Closes keycloak/keycloak#25618 Signed-off-by: Joshua Sorah <jsorah@redhat.com>
This commit is contained in:
parent
e5811bcc4d
commit
ddb77d2325
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export const DefaultsGroupsTab = () => {
|
||||||
{enabled && (
|
{enabled && (
|
||||||
<Popover
|
<Popover
|
||||||
bodyContent={
|
bodyContent={
|
||||||
<Trans i18nKey="defaultGroups">
|
<Trans i18nKey="defaultGroupsHelp">
|
||||||
{" "}
|
{" "}
|
||||||
<Link to={toUserFederation({ realm })} />.
|
<Link to={toUserFederation({ realm })} />.
|
||||||
</Trans>
|
</Trans>
|
||||||
|
|
Loading…
Reference in a new issue