diff --git a/packages/web/src/pages/upload-page/forms/EditCollectionForm.tsx b/packages/web/src/pages/upload-page/forms/EditCollectionForm.tsx index 3a497cdf2e5..eacc652dedf 100644 --- a/packages/web/src/pages/upload-page/forms/EditCollectionForm.tsx +++ b/packages/web/src/pages/upload-page/forms/EditCollectionForm.tsx @@ -37,7 +37,7 @@ const messages = { description: 'Description', trackDetails: { title: 'Track Details', - description: 'Set defaults for all tracks in this collection' + description: 'Set defaults for all tracks in this collection. You can edit your track details after upload.' }, completeButton: 'Complete Upload' }