From c43a170009e1fd6b229f2eea15621b8d7b78d09e Mon Sep 17 00:00:00 2001 From: Mihai Doarna Date: Thu, 1 Feb 2024 12:27:39 +0200 Subject: [PATCH] SSO Auth: fix typos on field description (#81685) fix typos on field description --- public/app/features/auth-config/fields.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: {