diff --git a/public/app/features/auth-config/fields.tsx b/public/app/features/auth-config/fields.tsx index d5fddfc55fe..60431a4b8ea 100644 --- a/public/app/features/auth-config/fields.tsx +++ b/public/app/features/auth-config/fields.tsx @@ -313,17 +313,17 @@ export function fieldMap(provider: string): Record { }, 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 { 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: {