-
+
{{member.username | titlecase}}
diff --git a/UI/Web/src/app/sidenav/_modals/library-settings-modal/library-settings-modal.component.ts b/UI/Web/src/app/sidenav/_modals/library-settings-modal/library-settings-modal.component.ts
index 0773539a3..c74a07a18 100644
--- a/UI/Web/src/app/sidenav/_modals/library-settings-modal/library-settings-modal.component.ts
+++ b/UI/Web/src/app/sidenav/_modals/library-settings-modal/library-settings-modal.component.ts
@@ -46,7 +46,7 @@ export class LibrarySettingsModalComponent implements OnInit, OnDestroy {
includeInDashboard: new FormControl(true, { nonNullable: true, validators: [Validators.required] }),
includeInRecommended: new FormControl(true, { nonNullable: true, validators: [Validators.required] }),
includeInSearch: new FormControl(true, { nonNullable: true, validators: [Validators.required] }),
- manageCollections: new FormControl(true, { nonNullable: true, validators: [Validators.required] }),
+ createCollections: new FormControl(true, { nonNullable: true, validators: [Validators.required] }),
});
selectedFolders: string[] = [];
diff --git a/openapi.json b/openapi.json
index 572f52d8d..b9ba8409f 100644
--- a/openapi.json
+++ b/openapi.json
@@ -7,7 +7,7 @@
"name": "GPL-3.0",
"url": "https://github.com/Kareadita/Kavita/blob/develop/LICENSE"
},
- "version": "0.6.1.41"
+ "version": "0.7.0.2"
},
"servers": [
{