We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8401d3e commit 80b6dd1Copy full SHA for 80b6dd1
pkg/code/async/user/twitter.go
@@ -368,7 +368,7 @@ func (p *service) findVerifiedTipAccountRegisteredInTweet(ctx context.Context, t
368
func (p *service) sendRegistrationSuccessReply(ctx context.Context, regristrationTweetId, username string) error {
369
// todo: localize this
370
message := fmt.Sprintf(
371
- "@%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",
372
username,
373
374
)
0 commit comments