Skip to content

Commit 80b6dd1

Browse files
authored
Update Twitter connection reply text (#176)
1 parent 8401d3e commit 80b6dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/code/async/user/twitter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ func (p *service) findVerifiedTipAccountRegisteredInTweet(ctx context.Context, t
368368
func (p *service) sendRegistrationSuccessReply(ctx context.Context, regristrationTweetId, username string) error {
369369
// todo: localize this
370370
message := fmt.Sprintf(
371-
"@%s your X account is now connected! Share this link to receive tips: https://tipcard.getcode.com/x/%s",
371+
"@%s your X account is now connected. Share this link to receive tips: https://tipcard.getcode.com/x/%s",
372372
username,
373373
username,
374374
)

0 commit comments

Comments
 (0)