@@ -26,7 +26,7 @@ const propertyEditorUiManifest: ManifestPropertyEditorUi = {
2626 {
2727 alias : 'orderBy' ,
2828 label : 'Order By' ,
29- description : 'The default sort order for the list .' ,
29+ description : 'The default sort order for the Collection .' ,
3030 propertyEditorUiAlias : 'Umb.PropertyEditorUi.Collection.OrderBy' ,
3131 } ,
3232 {
@@ -44,25 +44,25 @@ const propertyEditorUiManifest: ManifestPropertyEditorUi = {
4444 {
4545 alias : 'bulkActionPermissions' ,
4646 label : 'Bulk Action Permissions' ,
47- description : 'The bulk actions that are allowed from the list view.' ,
47+ description : 'The bulk actions that are allowed on items in the Collection view.' ,
4848 propertyEditorUiAlias : 'Umb.PropertyEditorUi.Collection.BulkActionPermissions' ,
4949 } ,
5050 {
5151 alias : 'icon' ,
52- label : 'Content app icon' ,
53- description : 'The icon of the listview content app .' ,
52+ label : 'Workspace View icon' ,
53+ description : 'The icon for the Collection\'s Workspace View .' ,
5454 propertyEditorUiAlias : 'Umb.PropertyEditorUi.IconPicker' ,
5555 } ,
5656 {
5757 alias : 'tabName' ,
58- label : 'Content app name' ,
59- description : 'The name of the listview content app (default if empty: Child Items).' ,
58+ label : 'Workspace View name' ,
59+ description : 'The name of the Collection\'s Workspace View (default if empty: Child Items).' ,
6060 propertyEditorUiAlias : 'Umb.PropertyEditorUi.TextBox' ,
6161 } ,
6262 {
6363 alias : 'showContentFirst' ,
64- label : 'Show Content App First' ,
65- description : 'Enable this to show the content app by default instead of the list view app .' ,
64+ label : 'Show Content Workspace View First' ,
65+ description : 'Enable this to show the Content Workspace View by default instead of the Collection\'s .' ,
6666 propertyEditorUiAlias : 'Umb.PropertyEditorUi.Toggle' ,
6767 } ,
6868 ] ,
0 commit comments