mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 14:41:23 +00:00
fix: correcting misspelled word (#1731)
line 160: Plugin staring --> Plugin starting
This commit is contained in:
parent
c02544c68b
commit
4b91b2575a
@ -157,7 +157,7 @@ const PluginTable: React.FC<PluginTableProps> = (props) => {
|
|||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
const checked = !data.enabled;
|
const checked = !data.enabled;
|
||||||
Modal.warn({
|
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.'),
|
content: t('The application is reloading, please do not close the page.'),
|
||||||
okButtonProps: {
|
okButtonProps: {
|
||||||
style: {
|
style: {
|
||||||
|
Loading…
Reference in New Issue
Block a user