Skip to content

Commit

Permalink
Update sign.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel committed Jul 9, 2021
1 parent da0b723 commit 2748c07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/user/sign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ export default class UserSignDialog extends React.Component<Props, State> {
break
case 'reddit':
question = "What's your Reddit username?"
next =
"In the next step, we'll create a signed message using this key that you can post on r/keyspubmsgs."
next = "In the next step, we'll create a signed message using this key that you can post on reddit."
break
case 'https':
question = "What's the domain name?"
Expand Down

0 comments on commit 2748c07

Please sign in to comment.