This commit is contained in:
wangjinlei
2025-03-25 13:39:39 +08:00
parent a05fa9b8de
commit 88f68aea1c
2 changed files with 6 additions and 1 deletions

View File

@@ -868,7 +868,7 @@ class Reviewer extends Base
}else{
$carray = explode(" ", $content1);
if(count($carray)<100){
return jsonError("We encourage you to enrich your comment further to help improve the peer paper (at least 70 words).");
return jsonError("We encourage you to enrich your comment further to help improve the peer paper (at least 100 words).");
}
}
}