|
|
@@ -377,7 +377,7 @@ class GroupBox extends React.Component {
|
|
|
</Row>
|
|
|
{visibleDeleteGroupBox && <DeleteBox
|
|
|
visibleBox={visibleDeleteGroupBox}
|
|
|
- text={<div><span>确定要删除分组【{willDeleteGroup.label}】吗?</span><br/><span style={{ color: 'red' }}>{`*该组所有${typeText}将移动到未分组`}</span></div>}
|
|
|
+ text={<div><span>确定要删除分组【{willDeleteGroup.label}】吗?</span><br/><span style={{ color: 'red' }}>{`*删除会将该组所有${typeText}移动到未分组`}</span></div>}
|
|
|
hideBox={() => {
|
|
|
this.setState({
|
|
|
visibleDeleteGroupBox: false
|