We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dabf2 commit 2549c3cCopy full SHA for 2549c3c
src/Umbraco.Cms.Integrations.Crm.Hubspot.Core/Constants.cs
@@ -25,9 +25,9 @@ public static class ErrorMessages
25
26
public const string InvalidApiKey = "Invalid API key.";
27
28
- public const string ApiKeyMissing = "Cannot access Hubspot - API key is missing";
+ public const string ApiKeyMissing = "Cannot access HubSpot - API key is missing";
29
30
- public const string AccessTokenMissing = "Cannot access Hubspot - Access Token is missing.";
+ public const string AccessTokenMissing = "Cannot access HubSpot - Access Token is missing.";
31
32
public const string OAuthInvalidToken = "Unable to connect to HubSpot. Please review the settings of the form picker property's data type.";
33
0 commit comments