mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Fix typo
Credit to @alxy for spotting it
This commit is contained in:
parent
e0e951dfcd
commit
7782e04ef8
@ -1153,7 +1153,7 @@ class Lists extends WidgetBase
|
||||
|
||||
$customMessage = '';
|
||||
if ($type === 'relation') {
|
||||
$message = 'Type: relation is not supported, instead use the relation property to specify a relationship to pull the value from and set the type to the type of the value expected.';
|
||||
$customMessage = 'Type: relation is not supported, instead use the relation property to specify a relationship to pull the value from and set the type to the type of the value expected.';
|
||||
}
|
||||
|
||||
throw new ApplicationException(sprintf('List column type "%s" could not be found. %s', $type, $customMessage));
|
||||
|
Loading…
x
Reference in New Issue
Block a user