Skip to content

Commit a3e47b6

Browse files
committed
fix: streamline label casing
1 parent 9c1a5ad commit a3e47b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/pages/project/entities/details-form/collection-details-form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const config: FormConfig = {
124124
toFormValue: formatIntegerList,
125125
},
126126
'kwargs.research_site_ids': {
127-
label: 'Research Site IDs',
127+
label: 'Research site IDs',
128128
description: 'Enter comma-separated integers (e.g., 1, 2, 3).',
129129
rules: {
130130
validate: validateIntegerList,
@@ -361,7 +361,7 @@ export const CollectionDetailsForm = ({
361361
</FormSection>
362362
<FormSection>
363363
<h3 className="body-large font-bold text-muted-foreground/50">
364-
Advanced Filters
364+
Advanced filters
365365
</h3>
366366
<FormRow>
367367
<FormField

0 commit comments

Comments
 (0)