inconsistent-name-on-new-project
[arvados-workbench2.git] / src / views-components / dialog-create / dialog-collection-create.tsx
index 38a8114de2856d4d38ca739f549ef3386831e1c2..690cf8e52e09d648a9ce4fd884065ddb92702299 100644 (file)
@@ -16,7 +16,7 @@ type DialogCollectionProps = WithDialogProps<{}> & InjectedFormProps<CollectionC
 
 export const DialogCollectionCreate = (props: DialogCollectionProps) =>
     <FormDialog
-        dialogTitle='Create a collection'
+        dialogTitle='New collection'
         formFields={CollectionAddFields}
         submitLabel='Create a Collection'
         {...props}