File tree Expand file tree Collapse file tree
src/app/collection-page/collection-form Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export const collectionFormEntityTypeSelectionConfig: DynamicSelectModelConfig<s
1919
2020export const collectionFormSubmissionDefinitionSelectionConfig : DynamicSelectModelConfig < string > = {
2121 id : 'submissionDefinition' ,
22- name : 'cris .submission.definition' ,
22+ name : 'dspace .submission.definition' ,
2323 disabled : false ,
2424 errorMessages : {
2525 required : 'collection.form.errors.submissionDefinition.required' ,
@@ -29,7 +29,7 @@ export const collectionFormSubmissionDefinitionSelectionConfig: DynamicSelectMod
2929
3030export const collectionFormSharedWorkspaceCheckboxConfig : DynamicCheckboxModelConfig = {
3131 id : 'sharedWorkspace' ,
32- name : 'cris .workspace.shared' ,
32+ name : 'dspace .workspace.shared' ,
3333 disabled : false ,
3434} ;
3535
You can’t perform that action at this time.
0 commit comments