diff --git a/packages/core/client/src/pm/index.tsx b/packages/core/client/src/pm/index.tsx index 8d2aba80b..3b7197c69 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: {