Skip to content

Commit

Permalink
Changed instructional copy of the init screen to active voice (#5734)
Browse files Browse the repository at this point in the history
* change init modal microcopy to active voice
  • Loading branch information
raveling committed May 17, 2021
1 parent b86c3b4 commit 194bbee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-months-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/auth': patch
---

The signup copy to create first user now uses active voice.
2 changes: 1 addition & 1 deletion packages-next/auth/src/pages/InitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ const InitPage = ({ fieldPaths, listKey, enableWelcome }: InitPageProps) => {
return mode === 'init' ? (
<SigninContainer>
<H1>Welcome to KeystoneJS</H1>
<p>Get Started by creating the first user:</p>
<p>Create your first user to get started:</p>
<form
onSubmit={event => {
event.preventDefault();
Expand Down

1 comment on commit 194bbee

@vercel
Copy link

@vercel vercel bot commented on 194bbee May 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.