Skip to content

Commit

Permalink
Update src/lib/FieldType/Image/Type.php
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Kobus <[email protected]>
  • Loading branch information
ciastektk and webhdx authored Dec 4, 2023
1 parent 1a2a3be commit 1a0c8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/FieldType/Image/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public function validateFieldSettings($fieldSettings): array
&& !empty(array_diff($value, $this->mimeTypes))
) {
$validationErrors[] = new ValidationError(
"Setting '%setting%' contains not supported mime types",
"Setting '%setting%' contains unsupported mime types",
null,
[
'%setting%' => $name,
Expand Down

0 comments on commit 1a0c8a7

Please sign in to comment.