From 3e3c05d118bb9c6170e5bb4284ffa76a17e3b976 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Fri, 24 Feb 2023 08:17:05 -0500 Subject: [PATCH] Fix type error and wording on ErrorBoundary Signed-off-by: Sebastian Malton --- .../components/error-boundary/error-boundary.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/src/renderer/components/error-boundary/error-boundary.tsx b/packages/core/src/renderer/components/error-boundary/error-boundary.tsx index 75e5cf4689..6e39867109 100644 --- a/packages/core/src/renderer/components/error-boundary/error-boundary.tsx +++ b/packages/core/src/renderer/components/error-boundary/error-boundary.tsx @@ -9,7 +9,7 @@ import type { ErrorInfo } from "react"; import React from "react"; import { observer } from "mobx-react"; import { Button } from "../button"; -import { issuesTrackerUrl, slackUrl } from "../../../common/vars"; +import { issuesTrackerUrl, forumsUrl } from "../../../common/vars"; import type { SingleOrMany } from "../../utils"; import type { ObservableHistory } from "mobx-observable-history"; import { withInjectables } from "@ogre-tools/injectable-react"; @@ -53,15 +53,15 @@ class NonInjectedErrorBoundary extends React.Component

- {"To help us improve the product please report bugs to "} + {"To help us improve the product please report bugs on"} - Slack + Lens Forums - {" community or "} + {" or on our"}