Skip to content

Commit a8a0327

Browse files
committed
Change label
1 parent 89d23fd commit a8a0327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/components/open/forms/fields/components/FieldOptions.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
help="Comma separated values, leave blank to allow all file types"
6262
/>
6363

64-
<text-input name="max_file_size" class="mt-3" :form="field" native-type="number"
65-
:min="1"
64+
<text-input name="max_file_size" class="mt-3" :form="field" native-type="number"
65+
:min="1"
6666
:max="mbLimit"
67-
label="Maximum file size" :placeholder="`1MB - ${mbLimit}MB`"
68-
help="Set the maximum file size that can be uploaded in MB."
67+
label="Maximum file size (in MB)" :placeholder="`1MB - ${mbLimit}MB`"
68+
help="Set the maximum file size that can be uploaded"
6969
/>
7070
</div>
7171

0 commit comments

Comments
 (0)