From df2ecb6d91cac17b274a6b6949763e29596a4bc2 Mon Sep 17 00:00:00 2001 From: Innei Date: Wed, 11 Sep 2024 12:46:22 +0800 Subject: [PATCH] chore: fix typo Signed-off-by: Innei --- src/renderer/src/components/common/ErrorElement.tsx | 2 +- src/renderer/src/components/errors/ModalError.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/renderer/src/components/common/ErrorElement.tsx b/src/renderer/src/components/common/ErrorElement.tsx index f1d23d8bc..af8e30662 100644 --- a/src/renderer/src/components/common/ErrorElement.tsx +++ b/src/renderer/src/components/common/ErrorElement.tsx @@ -93,7 +93,7 @@ export const FallbackIssue = ({ stack: string | null | undefined }) => (
- Still having this issue? Please give feedback in Github, thanks!
+ Still having this issue? Please give feedback in GitHub, thanks!
= (props) => {
) : null}
- The App has a temporary problem, click the button below to try reloading the app or
+ {APP_NAME} has a temporary problem, click the button below to try reloading the app or
another solution?