mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 12:06:47 +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 () => {
|
||||
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: {
|
||||
|
Loading…
Reference in New Issue
Block a user