Skip to content

Commit 0295dee

Browse files
vmcjmeisterT
andauthored
Update webapp/src/Entity/Contest.php
Co-authored-by: Tobias Werth <[email protected]>
1 parent 7c0f515 commit 0295dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Entity/Contest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ public function validate(ExecutionContextInterface $context): void
12851285
$this->checkValidTimeString($tmpValue));
12861286
} catch (Exception $e) {
12871287
$context
1288-
->buildViolation("Can't parse this time," . $e->message)
1288+
->buildViolation("Can't parse this time: " . $e->message)
12891289
->atPath(strtolower($timeString) . "timeString")
12901290
->addViolation();
12911291
}

0 commit comments

Comments
 (0)