Skip to content

Commit

Permalink
Fixed code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna authored and github-actions[bot] committed Dec 30, 2023
1 parent 2405dd2 commit 25f1ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Screen/Fields/Cropper.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Cropper extends Picture
'staticBackdrop' => false,
'acceptedFiles' => 'image/*',
'keepOriginalType' => false,
'maxSizeValidateMessage' => "The upload file is too large. Max size: {value} MB",
'maxSizeValidateMessage' => 'The upload file is too large. Max size: {value} MB',
];

/**
Expand Down

0 comments on commit 25f1ec6

Please sign in to comment.