Skip to content

Commit

Permalink
Ensuring the configs match.
Browse files Browse the repository at this point in the history
Signed-off-by: DerekRushton <[email protected]>
  • Loading branch information
DerekRushton committed Aug 19, 2024
1 parent 9c02d98 commit 4c10d00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stix_shifter_modules/crowdstrike/configuration/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit 4c10d00

Please sign in to comment.