diff --git a/backend/src/data/default_config.json b/backend/src/data/default_config.json index 008ed10..5a4a9b6 100644 --- a/backend/src/data/default_config.json +++ b/backend/src/data/default_config.json @@ -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", diff --git a/frontend/app/lib/presets.ts b/frontend/app/lib/presets.ts index 0a4175d..d3cef58 100644 --- a/frontend/app/lib/presets.ts +++ b/frontend/app/lib/presets.ts @@ -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, diff --git a/frontend/app/lib/tooltips.ts b/frontend/app/lib/tooltips.ts index 46dc950..f925adc 100644 --- a/frontend/app/lib/tooltips.ts +++ b/frontend/app/lib/tooltips.ts @@ -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 tag on your website, or place it within a script type element if you\'re using a site management software (ex: WordPress, etc).
Be sure to review and select all the options in the "Include" section, that you want to display on your website.' }