diff --git a/public/app/features/admin/ldap/LdapUserGroups.tsx b/public/app/features/admin/ldap/LdapUserGroups.tsx index 890ec4aee56..565048f1059 100644 --- a/public/app/features/admin/ldap/LdapUserGroups.tsx +++ b/public/app/features/admin/ldap/LdapUserGroups.tsx @@ -1,6 +1,6 @@ import { useMemo } from 'react'; -import { Tooltip, Icon, InteractiveTable, type CellProps, Column } from '@grafana/ui'; +import { Tooltip, Icon, InteractiveTable, type CellProps, Column, Stack } from '@grafana/ui'; import { Trans } from 'app/core/internationalization'; import { LdapRole } from 'app/types'; @@ -28,14 +28,12 @@ export const LdapUserGroups = ({ groups }: Props) => { header: 'Role', cell: (props: CellProps) => props.value || ( - <> - - No match{' '} - - - - - + + No match + + + + ), }, ], diff --git a/public/locales/en-US/grafana.json b/public/locales/en-US/grafana.json index cef94684d01..f98caba3808 100644 --- a/public/locales/en-US/grafana.json +++ b/public/locales/en-US/grafana.json @@ -82,7 +82,7 @@ "title": "LDAP Synchronization" }, "ldap-user-groups": { - "no-org-found": "No match <2><0>" + "no-org-found": "No match" }, "ldap-user-info": { "no-team": "No teams found via LDAP" diff --git a/public/locales/pseudo-LOCALE/grafana.json b/public/locales/pseudo-LOCALE/grafana.json index a2f227ebf67..ae84044d4e6 100644 --- a/public/locales/pseudo-LOCALE/grafana.json +++ b/public/locales/pseudo-LOCALE/grafana.json @@ -82,7 +82,7 @@ "title": "ĿĐÅP Ŝyʼnčĥřőʼnįžäŧįőʼn" }, "ldap-user-groups": { - "no-org-found": "Ńő mäŧčĥ <2><0>" + "no-org-found": "Ńő mäŧčĥ" }, "ldap-user-info": { "no-team": "Ńő ŧęämş ƒőūʼnđ vįä ĿĐÅP"