Skip to content

Commit cf47a64

Browse files
authored
Update LoggingResources.cs
1 parent 2549c3c commit cf47a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Cms.Integrations.Crm.Hubspot.Core/Resources/LoggingResources.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ namespace Umbraco.Cms.Integrations.Crm.Hubspot.Core.Resources
44
public static class LoggingResources
55
{
66
public const string ApiFetchFormsFailed =
7-
"Failed to fetch forms from Hubspot using API key: {0}";
7+
"Failed to fetch forms from HubSpot using API key: {0}";
88

9-
public const string OAuthFetchFormsFailed = "Failed to fetch forms from Hubspot using OAuth: {0}";
9+
public const string OAuthFetchFormsFailed = "Failed to fetch forms from HubSpot using OAuth: {0}";
1010
}
1111
}

0 commit comments

Comments
 (0)