diff --git a/src/applications/differential/editor/comment/DifferentialCommentEditor.php b/src/applications/differential/editor/comment/DifferentialCommentEditor.php index a4cbbb77e4..65a3ffc757 100644 --- a/src/applications/differential/editor/comment/DifferentialCommentEditor.php +++ b/src/applications/differential/editor/comment/DifferentialCommentEditor.php @@ -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."); } }