diff --git a/src/app/publication/create/page.tsx b/src/app/publication/create/page.tsx index 31bccc0..baffa05 100644 --- a/src/app/publication/create/page.tsx +++ b/src/app/publication/create/page.tsx @@ -28,7 +28,7 @@ export default async function Page() { const genres = await getGenres() return ( - Create Publication + New publication Create a new entry for a publication i.e. a place you intend to submit to. diff --git a/src/app/story/create/page.tsx b/src/app/story/create/page.tsx index 977ed13..00f9027 100644 --- a/src/app/story/create/page.tsx +++ b/src/app/story/create/page.tsx @@ -28,7 +28,7 @@ export default async function Page() { } return ( - Create Story + New story Make an entry for a new work of fiction i.e. a thing you intend to submit for publication.