Fix an incorrect/misleading message in lib/Service/BoardService.php

Signed-off-by: Jordan Bancino <jordan@bancino.net>
This commit is contained in:
Jordan Bancino
2020-08-21 14:18:40 -04:00
parent 772e94c000
commit 1b4203bd90

View File

@@ -415,7 +415,7 @@ class BoardService {
}
if ($title === false || $title === null) {
throw new BadRequestException('color must be provided');
throw new BadRequestException('title must be provided');
}
if ($color === false || $color === null) {