From 5b919db59b23831e21485d5a6b0a65cd1ea1a5c6 Mon Sep 17 00:00:00 2001 From: andrzej Date: Wed, 26 Jun 2024 21:41:52 +0200 Subject: [PATCH] neaten labels, capitalizations --- src/app/story/create.tsx | 2 +- src/app/submission/create.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/story/create.tsx b/src/app/story/create.tsx index 49106d5..d61a499 100644 --- a/src/app/story/create.tsx +++ b/src/app/story/create.tsx @@ -12,7 +12,7 @@ export default function CreateStoryDialog({ genres }: ComponentProps<"div"> & { return ( - + diff --git a/src/app/submission/create.tsx b/src/app/submission/create.tsx index 537ae58..ffe1731 100644 --- a/src/app/submission/create.tsx +++ b/src/app/submission/create.tsx @@ -15,11 +15,11 @@ export default function CreateSubmissionDialog({ stories, pubs, responses }: Com return ( - + - New story + New submission Create an entry for a new story i.e. a thing you intend to submit for publication.