diff --git a/src/components/tips/delete-tip.js b/src/components/tips/delete-tip.js
index 44dfd1c..b93aaad 100644
--- a/src/components/tips/delete-tip.js
+++ b/src/components/tips/delete-tip.js
@@ -3,6 +3,7 @@ import PropTypes from 'prop-types';
import intl from 'react-intl-universal';
import { FormGroup, Label, Input } from 'reactstrap';
import styles from '../../css/plugin-layout.module.css';
+import { DtableCustomButton } from 'dtable-ui-component';
const propTypes = {
onDelete: PropTypes.func.isRequired,
@@ -45,8 +46,8 @@ class DeleteTip extends React.Component {
-
-
+ {intl.get('Cancel')}
+ {intl.get('Delete')}
);