PluginProbe
HubSpot All-In-One Marketing – Forms, Popups, Live Chat / 11.3.75
HubSpot All-In-One Marketing – Forms, Popups, Live Chat v11.3.75
11.3.75 11.3.73 11.3.71 11.3.70 11.3.69 11.3.64 11.3.65 11.3.62 11.3.61 11.3.56 11.3.58 11.0.31 11.0.52 11.0.54 11.0.56 11.0.58 11.0.7 11.1.10 11.1.11 11.1.13 11.1.14 11.1.15 11.1.2 11.1.20 11.1.21 All 73 releases
← All changes | scripts/shared/Common/ErrorHandler.tsx +1 -1 11.0.711.3.75 View file →
@@ -29,9 +29,9 @@
29 29 const errorHeader = isUnauthorized
30 30 ? __("Your plugin isn't authorized", 'leadin')
31 31 : errorInfo.header;
32 32 const errorMessage = isUnauthorized
33 - ? __('Reauthorize your plugin to access your free HubSpot tools.', 'leadin')
33 + ? __('Reauthorize your plugin to access your free HubSpot tools', 'leadin')
34 34 : errorInfo.message;
35 35
36 36 return (
37 37 <HubspotWrapper pluginPath={pluginPath}>