neaten labels, capitalizations
This commit is contained in:
parent
c8cd1069da
commit
21c0a1db6b
|
@ -12,7 +12,7 @@ export default function CreateStoryDialog({ genres }: ComponentProps<"div"> & {
|
|||
return (
|
||||
<Dialog>
|
||||
<DialogTrigger asChild>
|
||||
<Button>Create new Story</Button>
|
||||
<Button>Create new story</Button>
|
||||
</DialogTrigger>
|
||||
<DialogContent>
|
||||
<DialogHeader>
|
||||
|
|
|
@ -15,11 +15,11 @@ export default function CreateSubmissionDialog({ stories, pubs, responses }: Com
|
|||
return (
|
||||
<Dialog>
|
||||
<DialogTrigger asChild>
|
||||
<Button>Create new Story</Button>
|
||||
<Button>Create new submission</Button>
|
||||
</DialogTrigger>
|
||||
<DialogContent>
|
||||
<DialogHeader>
|
||||
<DialogTitle>New story</DialogTitle>
|
||||
<DialogTitle>New submission</DialogTitle>
|
||||
<DialogDescription>Create an entry for a new story i.e. a thing you intend to submit for publication.</DialogDescription>
|
||||
</DialogHeader>
|
||||
<SubmissionForm createSub={createSub} pubs={pubs} responses={responses} stories={stories} />
|
||||
|
|
Loading…
Reference in New Issue