From 4b91b2575a8cea60f7f70f29708efa9096575e45 Mon Sep 17 00:00:00 2001 From: Liz <26055055+Narizgnaw@users.noreply.github.com> Date: Thu, 20 Apr 2023 10:46:43 +0800 Subject: [PATCH] fix: correcting misspelled word (#1731) line 160: Plugin staring --> Plugin starting --- packages/core/client/src/pm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/client/src/pm/index.tsx b/packages/core/client/src/pm/index.tsx index 8d2aba80b8..3b7197c694 100644 --- a/packages/core/client/src/pm/index.tsx +++ b/packages/core/client/src/pm/index.tsx @@ -157,7 +157,7 @@ const PluginTable: React.FC = (props) => { onClick={async () => { const checked = !data.enabled; Modal.warn({ - title: checked ? t('Plugin staring') : t('Plugin stopping'), + title: checked ? t('Plugin starting') : t('Plugin stopping'), content: t('The application is reloading, please do not close the page.'), okButtonProps: { style: {