diff --git a/src/ErrorBoundary.jsx b/src/ErrorBoundary.jsx index cc78ba43..0e2d1b75 100644 --- a/src/ErrorBoundary.jsx +++ b/src/ErrorBoundary.jsx @@ -1,6 +1,7 @@ import React, { PureComponent } from 'react'; import { captureException } from '@sentry/react'; +import variables from 'config/variables'; class ErrorBoundary extends PureComponent { constructor(props) { @@ -29,18 +30,18 @@ class ErrorBoundary extends PureComponent { return (
- The new tab page could not be loaded. Please uninstall the extension and try again. -
+{variables.getMessage('error_boundary.message')}
Sent Successfully
+{variables.getMessage('error_boundary.sent_successfully')}
)} - Support Discord + {variables.getMessage('error_boundary.support_discord')}