diff --git a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js index e9568a1cf..b0a337645 100644 --- a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js +++ b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js @@ -2797,7 +2797,7 @@ class Studentshavecompletedthelist extends Component { // console.log("Adjustment"); // console.log(e); if(this.state.objective_score===0&&this.state.subjective_score===0){ - this.props.showNotification('试卷题型分被限制为0分,不能调分,请到编辑试卷中修改题型分数'); + this.props.showNotification('试卷题型分被限制为0分,不能调分,请点击编辑试卷修改题型分数'); return }