Browse Source

分组删除提示文本调整

zhuth 6 years ago
parent
commit
fdceebf7b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/common/groupManageMentBox/box.jsx

+ 1 - 1
src/components/common/groupManageMentBox/box.jsx

@@ -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