SSO Auth: fix typos on field description (#81685)

fix typos on field description
This commit is contained in:
Mihai Doarna 2024-02-01 12:27:39 +02:00 committed by GitHub
parent 4561863fca
commit c43a170009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -313,17 +313,17 @@ export function fieldMap(provider: string): Record<string, FieldData> {
},
tlsClientCa: {
label: 'TLS client ca',
description: 'The path to the trusted certificate authority list. Does not applicable on Grafana Cloud.',
description: 'The path to the trusted certificate authority list. Is not applicable on Grafana Cloud.',
type: 'text',
},
tlsClientCert: {
label: 'TLS client cert',
description: 'The path to the certificate. Does not applicable on Grafana Cloud.',
description: 'The path to the certificate. Is not applicable on Grafana Cloud.',
type: 'text',
},
tlsClientKey: {
label: 'TLS client key',
description: 'The path to the key. Does not applicable on Grafana Cloud.',
description: 'The path to the key. Is not applicable on Grafana Cloud.',
type: 'text',
},
tlsSkipVerifyInsecure: {
@ -338,7 +338,7 @@ export function fieldMap(provider: string): Record<string, FieldData> {
label: 'Groups attribute path',
description:
'JMESPath expression to use for user group lookup. If you configure allowed_groups, \n' +
'you must also configure groupsƒ_attribute_path.',
'you must also configure groups_attribute_path.',
type: 'text',
},
teamsUrl: {