Skip to content

Commit

Permalink
fix #68 PluginHandler Delete Button Display (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuo-promise authored Jan 18, 2021
1 parent ca5922b commit 05c556f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/System/PluginHandle/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export default class PluginHandle extends Component {
style={{marginLeft: 20}}
type="danger"
>
{getIntlContent("SOUL.COMMON.DELETE")}
{getIntlContent("SOUL.COMMON.DELETE.NAME")}
</Button>
</Popconfirm>
</AuthButton>
Expand Down

0 comments on commit 05c556f

Please sign in to comment.