diff --git a/application/api/controller/Article.php b/application/api/controller/Article.php index ff0db9c..e124feb 100644 --- a/application/api/controller/Article.php +++ b/application/api/controller/Article.php @@ -5415,7 +5415,7 @@ class Article extends Base foreach ($aAuthorData as $key => $value) { if(empty($value['email']) || empty($value['author_title']) || empty($value['company']) || empty($value['firstname']) || empty($value['lastname'])){ $iSecondStatus = 2; - $sSecondMsg = 'Step 2: The author\'s required information is incomplete'; + $sSecondMsg = 'Step 2: The author\'s information is incomplete'; break; } if($is_report != 1){ @@ -5439,7 +5439,7 @@ class Article extends Base } // } if($iSecondStatus == 2){ - $sSecondMsg = empty($sSecondMsg) ? 'Step 2: The author\'s required information is incomplete' : $sSecondMsg; + $sSecondMsg = empty($sSecondMsg) ? 'Step 2: The author\'s information is incomplete' : $sSecondMsg; } if($iSecondStatus == 1){ if($is_super == 2){ @@ -6154,7 +6154,7 @@ class Article extends Base } if($iSecondStatus == 2){ - $sSecondMsg = 'Step 2: The author\'s required information is incomplete'; + $sSecondMsg = 'Step 2: The author\'s information is incomplete'; return ['status' => 3,'msg' => $sSecondMsg]; } if($iSecondStatus == 1){