-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtooltips.ts
More file actions
13 lines (13 loc) · 1.29 KB
/
tooltips.ts
File metadata and controls
13 lines (13 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
export const tooltips = {
walletAddress:
"Your wallet address is required in order for us to save this component's configuration for you, link it to the original creator, and verify ownership for future updates. It also embeds the wallet address into your web page automatically, enabling Web Monetization on your behalf.",
banner:
"When a Web Monetization extension isn't detected, a banner will inform users that this site is Web Monetized. It will automatically include a browser-specific link to the extension. Messaging and styling are fully customizable to align with your site's look and feel.",
widget:
'This widget enables one-time payments for your website. It appears in the lower right corner, visible to all visitors regardless of their Web Monetization status. The title, text, and styling of the displayed message are customizable.',
button: '',
buttonCodeTooltip:
'Copy the button html to where you want the button to appear on your website',
scriptModal:
'Copy your script and insert it just before the closing </body> tag on your website, or place it within a script type element if you\'re using a site management software (ex: WordPress, etc). <br />Be sure to review and select all the options in the "Include" section, that you want to display on your website.'
}