Skip to content

Commit

Permalink
Update tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSachinK committed Nov 11, 2023
1 parent 7ec2a66 commit f3afc24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/helpers/tooltips.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export const PROOF_TOOLTIP = `
*/

export const REGISTRATION_INSTRUCTIONS = `
Registration requires a previously send payment confirmation email from Venmo, which proves you own a Venmo account.
Your ID is hashed to conceal your identity.
You have to register with your Venmo ID to use this protocol. Registration requires a confirmation email from Venmo with subject "You paid", which proves you own a Venmo account.
Your Venmo ID is hashed to conceal your identity.
`;

export const SIGN_IN_WITH_GOOGLE_INSTRUCTIONS = `
Expand Down Expand Up @@ -72,7 +72,7 @@ export const PROOF_FORM_TITLE_REGISTRATION_INSTRUCTIONS = `
`;

export const PROOF_FORM_TITLE_SEND_INSTRUCTIONS = `
Supply the transaction email containing "You paid". Choose your verification type below. Emails are never stored.
Supply the transaction email with subject "You paid" to complete the on-ramp. Choose your verification type below.
`;

export const PROOF_FORM_UPLOAD_EMAIL_INSTRUCTIONS = `
Expand Down

0 comments on commit f3afc24

Please sign in to comment.