Skip to content

Commit

Permalink
Merge pull request #171 from bjarnef/patch-1
Browse files Browse the repository at this point in the history
Use correct wording at HubSpot
  • Loading branch information
acoumb authored Mar 8, 2024
2 parents 8394222 + cf47a64 commit 545b3cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This repository houses open-source extensions, created for Umbraco CMS, that int

### CRM

[HubSpot](./src/Umbraco.Cms.Integrations.Crm.Hubspot/) - a form picker and rendering component for Hubspot forms.
[HubSpot](./src/Umbraco.Cms.Integrations.Crm.Hubspot/) - a form picker and rendering component for HubSpot forms.

[Dynamics](./src/Umbraco.Cms.Integrations.Crm.Dynamics/) - a form picker and rendering component for Dynamics 365 Marketing forms.

Expand Down
4 changes: 2 additions & 2 deletions src/Umbraco.Cms.Integrations.Crm.Hubspot.Core/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public static class ErrorMessages

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

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

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace Umbraco.Cms.Integrations.Crm.Hubspot.Core.Resources
public static class LoggingResources
{
public const string ApiFetchFormsFailed =
"Failed to fetch forms from Hubspot using API key: {0}";
"Failed to fetch forms from HubSpot using API key: {0}";

public const string OAuthFetchFormsFailed = "Failed to fetch forms from Hubspot using OAuth: {0}";
public const string OAuthFetchFormsFailed = "Failed to fetch forms from HubSpot using OAuth: {0}";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<PackageId>Umbraco.Cms.Integrations.Crm.Hubspot.Core</PackageId>
<Title>Umbraco CMS Integrations: CRM - Hubspot.Core</Title>
<Description>Core package for Umbraco CMS integration with Hubspot.</Description>
<Description>Core package for Umbraco CMS integration with HubSpot.</Description>
<PackageIconUrl></PackageIconUrl>
<PackageProjectUrl>https://github.com/umbraco/Umbraco.Cms.Integrations/tree/main/src/Umbraco.Cms.Integrations.Crm.Hubspot</PackageProjectUrl>
<RepositoryUrl>https://github.com/umbraco/Umbraco.Cms.Integrations</RepositoryUrl>
Expand Down

0 comments on commit 545b3cb

Please sign in to comment.