Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Oct 6, 2024
1 parent 27505f2 commit cb68d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,7 @@ private function rights(PaperInfo $prow) {
}
if ($this->_capabilities !== null
&& ($this->_capabilities["@av{$prow->paperId}"] ?? null)
&& !$isPC
&& !$allow_pc_broad
&& $ci->review_status === 0) {
$ci->view_conflict_type = CONFLICT_AUTHOR;
}
Expand Down
2 changes: 1 addition & 1 deletion src/reviewvalues.php
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ function check_and_save(Contact $user, ?PaperInfo $prow, ?ReviewInfo $rrow = nul
if (!$prow) {
if (($pid = $this->req_pid()) === null) {
$this->rmsg("paperId", $this->conf->_("<0>{Submission} ID required"), self::ERROR);
$this->rmsg("paperId", $this->conf->_("<5>This review form doesn’t contain a valid {submission} ID. Enter the {submission} number in the right place and try again."), self::INFORM);
$this->rmsg("paperId", $this->conf->_("<0>Enter the {submission} number in the right place and try again."), self::INFORM);
return false;
}
$prow = $user->paper_by_id($pid);
Expand Down

0 comments on commit cb68d08

Please sign in to comment.