Skip to content

Commit b9ef9b1

Browse files
authored
fix: Fix invalid reference to PERSONAL_ACCESS_KEY
1 parent 790dbb0 commit b9ef9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
},
317317
"buildConfigFromEnvironment": {
318318
"missingAccountId": "HUBSPOT_ACCOUNT_ID is required, but not currently set",
319-
"invalidAuthType": "Auth type is invalid. Use HUBSPOT_CLIENT_ID, HUBSPOT_CLIENT_SECRET, and HUBSPOT_REFRESH_TOKEN to authenticate with Oauth2, PERSONAL_ACCESS_KEY to authenticate with Personal Access Key, or API_KEY to authenticate with API Key."
319+
"invalidAuthType": "Auth type is invalid. Use HUBSPOT_CLIENT_ID, HUBSPOT_CLIENT_SECRET, and HUBSPOT_REFRESH_TOKEN to authenticate with Oauth2, HUBSPOT_PERSONAL_ACCESS_KEY to authenticate with Personal Access Key, or API_KEY to authenticate with API Key."
320320
}
321321
},
322322
"defaultAccountOverride": {

0 commit comments

Comments
 (0)