Collection creation: change title to Collection instead of journal.

master
Tom Hacohen 2020-09-06 17:54:20 +03:00
parent f6d4a72670
commit aed7862cab
1 changed files with 1 additions and 1 deletions

View File

@ -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: {