fix: correcting misspelled word (#1731)

line 160: Plugin staring --> Plugin starting
This commit is contained in:
Liz 2023-04-20 10:46:43 +08:00 committed by GitHub
parent c02544c68b
commit 4b91b2575a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ const PluginTable: React.FC<PluginTableProps> = (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: {