From 4c10d0082ef9c458642d2add90f780fc382a0f77 Mon Sep 17 00:00:00 2001 From: DerekRushton Date: Mon, 19 Aug 2024 11:29:41 -0300 Subject: [PATCH] Ensuring the configs match. Signed-off-by: DerekRushton --- stix_shifter_modules/crowdstrike/configuration/lang_en.json | 4 ++-- .../crowdstrike_alerts/configuration/lang_en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stix_shifter_modules/crowdstrike/configuration/lang_en.json b/stix_shifter_modules/crowdstrike/configuration/lang_en.json index 591d46656..6dba29c0d 100644 --- a/stix_shifter_modules/crowdstrike/configuration/lang_en.json +++ b/stix_shifter_modules/crowdstrike/configuration/lang_en.json @@ -18,11 +18,11 @@ "type" : "fields", "client_id": { "label": "Client ID", - "description": "Unique identifier of CrowdStrike API. It can be found in the API client table in the Falcon console" + "description": "Unique identifier for CrowdStrike APIs. An API Client can be created in the API clients and keys section of the Falcon console" }, "client_secret": { "label": "Client secret", - "description": "Secret code of CrowdStrike API client. It can be found while creating a API client in Falcon console" + "description": "Secret code for CrowdStrike API client. An API Client can be created in the API clients and keys section of the Falcon console" } } } diff --git a/stix_shifter_modules/crowdstrike_alerts/configuration/lang_en.json b/stix_shifter_modules/crowdstrike_alerts/configuration/lang_en.json index 187b5bda5..6dba29c0d 100644 --- a/stix_shifter_modules/crowdstrike_alerts/configuration/lang_en.json +++ b/stix_shifter_modules/crowdstrike_alerts/configuration/lang_en.json @@ -18,11 +18,11 @@ "type" : "fields", "client_id": { "label": "Client ID", - "description": "Unique identifier of CrowdStrike Alerts API. An API Client can be created in the API clients and keys section of the Falcon console" + "description": "Unique identifier for CrowdStrike APIs. An API Client can be created in the API clients and keys section of the Falcon console" }, "client_secret": { "label": "Client secret", - "description": "Secret code of CrowdStrike Alerts API client. An API Client can be created in the API clients and keys section of the Falcon console" + "description": "Secret code for CrowdStrike API client. An API Client can be created in the API clients and keys section of the Falcon console" } } }