@ -146,7 +146,7 @@ class NewWorkForm extends Component{
this.props.scrollToAnchor("numberofgroups");
return;
} else if (max_num <= min_num) {
this.props.showNotification('最大人数不能小于最小人数');
this.props.showNotification('最大人数不能小于等于最小人数');
}