Skip to content

Commit

Permalink
Cut down the copy a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Jan 9, 2021
1 parent eb6440b commit 6368f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Onboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default class Onboard extends React.Component<Props, State> {
{!user && <Message
error
attached="top"
content="Please log in or create an account to create a committee"
content="Log in or create an account to continue"
/>}
<Segment attached={!user ? 'bottom' : undefined} >
<Form onSubmit={this.handleSubmit}>
Expand Down

0 comments on commit 6368f80

Please sign in to comment.