mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-22 03:29:11 +01:00
Fix typo
This commit is contained in:
parent
0141bb8ee4
commit
9fd3958567
1 changed files with 2 additions and 2 deletions
|
@ -347,8 +347,8 @@ final class DifferentialCommentEditor {
|
|||
|
||||
if ($revision_status != $status_accepted) {
|
||||
throw new DifferentialActionHasNoEffectException(
|
||||
"You can not mark this revision as committed because it is ".
|
||||
"has not been accepted.");
|
||||
"You can not mark this revision as committed because it has ".
|
||||
"not been accepted.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue