mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +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) {
|
if ($revision_status != $status_accepted) {
|
||||||
throw new DifferentialActionHasNoEffectException(
|
throw new DifferentialActionHasNoEffectException(
|
||||||
"You can not mark this revision as committed because it is ".
|
"You can not mark this revision as committed because it has ".
|
||||||
"has not been accepted.");
|
"not been accepted.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue