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 2549c3c commit cf47a64Copy full SHA for cf47a64
src/Umbraco.Cms.Integrations.Crm.Hubspot.Core/Resources/LoggingResources.cs
@@ -4,8 +4,8 @@ namespace Umbraco.Cms.Integrations.Crm.Hubspot.Core.Resources
4
public static class LoggingResources
5
{
6
public const string ApiFetchFormsFailed =
7
- "Failed to fetch forms from Hubspot using API key: {0}";
+ "Failed to fetch forms from HubSpot using API key: {0}";
8
9
- 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}";
10
}
11
0 commit comments