From d5cac57485b57738cecc13816a40d6d0a9aab8ed Mon Sep 17 00:00:00 2001 From: andrzej Date: Tue, 25 Jun 2024 12:20:10 +0200 Subject: [PATCH] clearer headings --- src/app/publication/create/page.tsx | 2 +- src/app/story/create/page.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.