From 05c556f07056d07f4431d58b05e7c48bf24dfe0a Mon Sep 17 00:00:00 2001 From: George <46160170+nuo-promise@users.noreply.github.com> Date: Mon, 18 Jan 2021 20:14:26 +0800 Subject: [PATCH] fix #68 PluginHandler Delete Button Display (#69) --- src/routes/System/PluginHandle/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/System/PluginHandle/index.js b/src/routes/System/PluginHandle/index.js index e8b218ba4..34ca5494d 100644 --- a/src/routes/System/PluginHandle/index.js +++ b/src/routes/System/PluginHandle/index.js @@ -484,7 +484,7 @@ export default class PluginHandle extends Component { style={{marginLeft: 20}} type="danger" > - {getIntlContent("SOUL.COMMON.DELETE")} + {getIntlContent("SOUL.COMMON.DELETE.NAME")}