Collection creation: change title to Collection instead of journal.
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…
Reference in New Issue