From d8c4ec4df62db6817aa5b16cc4006c31d71f658d Mon Sep 17 00:00:00 2001 From: chengxl Date: Tue, 9 Sep 2025 14:25:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/api/controller/Finalreview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/api/controller/Finalreview.php b/application/api/controller/Finalreview.php index 2808ed5..e269fc2 100644 --- a/application/api/controller/Finalreview.php +++ b/application/api/controller/Finalreview.php @@ -379,7 +379,7 @@ class Finalreview extends Base } if($aReviewerFinal['state'] == 0){//同意审稿之后更新状态1接收2拒绝3退修 if(!in_array($iState, [1,2,3])){ - return json_encode(['status' => 6,'msg' => 'You have agreed to review, please proceed to the final review list for the review process']); + return json_encode(['status' => 6,'msg' => 'Please click on "Final Decision" under the "Editorial Board Member" or "Editor-in-Chief" tab in the left sidebar to review the article.']); } $suggest_for_editor = empty($aParam['suggest_for_editor']) ? '' : $aParam['suggest_for_editor']; $suggest_for_author = empty($aParam['suggest_for_author']) ? '' : $aParam['suggest_for_author'];