Collection creation: change title to Collection instead of journal.

master
Tom Hacohen 4 years ago
parent f6d4a72670
commit aed7862cab

@ -110,7 +110,7 @@ export default function CollectionEdit(props: PropsType) {
const { collection, onDelete, onCancel } = props;
const item = collection?.metadata;
const pageTitle = (item !== undefined) ? item.name : "New Journal";
const pageTitle = (item !== undefined) ? item.name : "New Collection";
const styles = {
fullWidth: {

Loading…
Cancel
Save