Skip to content

Commit 2748c07

Browse files
committed
Update sign.tsx
1 parent da0b723 commit 2748c07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/renderer/user/sign.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@ export default class UserSignDialog extends React.Component<Props, State> {
176176
break
177177
case 'reddit':
178178
question = "What's your Reddit username?"
179-
next =
180-
"In the next step, we'll create a signed message using this key that you can post on r/keyspubmsgs."
179+
next = "In the next step, we'll create a signed message using this key that you can post on reddit."
181180
break
182181
case 'https':
183182
question = "What's the domain name?"

0 commit comments

Comments
 (0)