Skip to content

Commit 2549c3c

Browse files
authored
Update Constants.cs
1 parent 06dabf2 commit 2549c3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot.Core/Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ public static class ErrorMessages
2525

2626
public const string InvalidApiKey = "Invalid API key.";
2727

28-
public const string ApiKeyMissing = "Cannot access Hubspot - API key is missing";
28+
public const string ApiKeyMissing = "Cannot access HubSpot - API key is missing";
2929

30-
public const string AccessTokenMissing = "Cannot access Hubspot - Access Token is missing.";
30+
public const string AccessTokenMissing = "Cannot access HubSpot - Access Token is missing.";
3131

3232
public const string OAuthInvalidToken = "Unable to connect to HubSpot. Please review the settings of the form picker property's data type.";
3333

0 commit comments

Comments
 (0)