Add extra space when listing supported formats
This commit is contained in:
parent
ff80b6ddb9
commit
75d60c7c79
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
<p>
|
||||
Max file size is <strong>{fileRequirements.maxSize / 1000}kb</strong>.
|
||||
Accepted formats:
|
||||
<strong>{fileRequirements.supportedFormats.join(",")}</strong>.
|
||||
<strong>{fileRequirements.supportedFormats.join(", ")}</strong>.
|
||||
</p>
|
||||
|
||||
<Dropzone
|
||||
|
|
Loading…
Reference in a new issue