diff --git a/.betterer.results b/.betterer.results index f860c04f8b9..1afef248192 100644 --- a/.betterer.results +++ b/.betterer.results @@ -4512,7 +4512,7 @@ exports[`no explicit any`] = { [45, 20, 3, "Unexpected any. Specify a different type.", "193409811"], [47, 17, 3, "Unexpected any. Specify a different type.", "193409811"] ], - "public/app/features/teams/TeamGroupSync.tsx:187124828": [ + "public/app/features/teams/TeamGroupSync.tsx:2819142271": [ [59, 32, 3, "Unexpected any. Specify a different type.", "193409811"], [63, 23, 3, "Unexpected any. Specify a different type.", "193409811"] ], diff --git a/public/app/features/teams/TeamGroupSync.tsx b/public/app/features/teams/TeamGroupSync.tsx index cfc5843f2cc..fa005cfb999 100644 --- a/public/app/features/teams/TeamGroupSync.tsx +++ b/public/app/features/teams/TeamGroupSync.tsx @@ -37,7 +37,7 @@ interface State { const connector = connect(mapStateToProps, mapDispatchToProps); export type Props = OwnProps & ConnectedProps; -const headerTooltip = `Sync LDAP or OAuth groups with your Grafana teams.`; +const headerTooltip = `Sync LDAP, OAuth or SAML groups with your Grafana teams.`; export class TeamGroupSync extends PureComponent { constructor(props: Props) { @@ -130,17 +130,19 @@ export class TeamGroupSync extends PureComponent {
- + -