| @@ -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}> |