Skip to content

Commit

Permalink
Changing "Source" to "Collection"
Browse files Browse the repository at this point in the history
  • Loading branch information
jamlung-ri committed Sep 20, 2022
1 parent d09031e commit 9ca7588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/collections/CollectionFormConfigs.jsx
Expand Up @@ -39,11 +39,11 @@ const CONFIG = {
title: 'Configuration',
type: {
label: 'Select collection type',
tooltip: 'The type of Source that you want to create. Note that some Collection types have special meaning.',
tooltip: 'The type of Collection that you want to create. Note that some Collection types have special meaning.',
},
customValidationSchema: {
label: 'Validation Schema',
tooltip: 'A specific format for your Source. If specified, OCL will validate your Source according to rules defined in this schema.',
tooltip: 'A specific format for your Collection. If specified, OCL will validate your Collection according to rules defined in this schema.',
},
publicAccess: {
label: 'Visibility',
Expand Down

0 comments on commit 9ca7588

Please sign in to comment.