From de0eb135686f21a8aab3dce299a5fefd25ff7d9d Mon Sep 17 00:00:00 2001 From: Jeff Yanta Date: Tue, 10 Sep 2024 08:00:46 -0700 Subject: [PATCH] Update Twitter connection reply text --- pkg/code/async/user/twitter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/code/async/user/twitter.go b/pkg/code/async/user/twitter.go index b591874a..eb1b6f5d 100644 --- a/pkg/code/async/user/twitter.go +++ b/pkg/code/async/user/twitter.go @@ -368,7 +368,7 @@ func (p *service) findVerifiedTipAccountRegisteredInTweet(ctx context.Context, t func (p *service) sendRegistrationSuccessReply(ctx context.Context, regristrationTweetId, username string) error { // todo: localize this message := fmt.Sprintf( - "@%s your X account is now connected! Share this link to receive tips: https://tipcard.getcode.com/x/%s", + "@%s your X account is now connected. Share this link to receive tips: https://tipcard.getcode.com/x/%s", username, username, )