Skip to content

Commit

Permalink
TW-1641: Airdrop event. Changes to user messages
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tsx committed Jan 21, 2025
1 parent d155f51 commit c8f9bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/TempleTapAirdrop/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,5 @@ function validate(value: string) {
if (value.includes('@'))
return "Username starts with '@'. You can use a-z, A-Z, 0-9 and '_' in between. Minimum length is 6 characters.";

return 'Telegram ID is an integer number';
return 'Telegram ID should contain only numbers';
}

0 comments on commit c8f9bd6

Please sign in to comment.