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:
Joshua Sorah 2023-12-15 08:33:41 -05:00 committed by Hynek Mlnařík
parent e5811bcc4d
commit ddb77d2325

View file

@ -132,7 +132,7 @@ export const DefaultsGroupsTab = () => {
{enabled && (
<Popover
bodyContent={
<Trans i18nKey="defaultGroups">
<Trans i18nKey="defaultGroupsHelp">
{" "}
<Link to={toUserFederation({ realm })} />.
</Trans>