Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: text updates #42

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/src/data/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"widgetFontSize": 16,
"widgetDonateAmount": 1,
"widgetTitleText": "Future of support",
"widgetDescriptionText": "Experience the new way to support our content. Activate Web Monetization in your browser and support our work as you browse. Every visit helps us keep creating the content you love! You can also support us by a one time donation using our solution below!",
"widgetDescriptionText": "Experience the new way to support our content. Activate Web Monetization in your browser and support our work as you browse. Every visit helps us keep creating the content you love! You can also support us by a one time donation below!",
"widgetButtonText": "Support me",
"widgetButtonBackgroundColor": "#4ec6c0",
"widgetButtonTextColor": "#000000",
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/lib/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const availableTools = [
link: 'create/widget',
tooltip: tooltips.widget,
description:
'You can add a widget to provide a brief explanation or description, along with a donation or one-time payment option, even for users without the Web Monetization extension.'
'You can add a widget to provide a brief explanation or description, along with a donation or one-time payment option, even for users without the Web Monetization extension. It also adds your wallet address for your site to be monetized.'
},
{
enabled: false,
Expand Down
6 changes: 3 additions & 3 deletions frontend/app/lib/tooltips.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
export const tooltips = {
walletAddress:
'Your wallet address is used to save your configured component, verify ownership of the component you want to update, and integrate it into the page displaying the component, enabling fund acceptance via Web Monetization.',
"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:
"If the Web Monetization extension is inactive, an embedded banner will be shown until the user closes it. You can customize the banner's colors, title, and text, and a browser-specific link to the extension is automatically included.",
"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:
'The embedded widget appears in the lower right corner of your website and opens an overlay with a title, text, and payment solution, all of which can be customized in terms of colors and text. While preset values are fixed, you have the option to set custom values for visitors.',
'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.',
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.'
}
Loading