From d23ffc605eb01e67f61861f0f5914f66bc67270c Mon Sep 17 00:00:00 2001 From: Stoo Johnston Date: Thu, 6 Jun 2024 23:21:45 +0200 Subject: [PATCH] fix(contact-form): fix typo (#11912) --- theme/stencil/src/components/hubspot-form/hubspot-form.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/stencil/src/components/hubspot-form/hubspot-form.tsx b/theme/stencil/src/components/hubspot-form/hubspot-form.tsx index a61d6361e32d..70db3871f87d 100644 --- a/theme/stencil/src/components/hubspot-form/hubspot-form.tsx +++ b/theme/stencil/src/components/hubspot-form/hubspot-form.tsx @@ -223,7 +223,7 @@ export class HubspotForm { private renderFailedToLoadForm() { return (

- There was an problem loading this form. Please try refreshing your browser, and if you continue to see this message, let us know at{" "} + There was a problem loading this form. Please try refreshing your browser, and if you continue to see this message, let us know at{" "} support@pulumi.com.

);