From 570739186420505ebcd1d75e4ef142ac5207617b Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Mon, 19 Jan 2026 08:31:20 -0600 Subject: [PATCH] chore: update donation copy --- .../features/subscription/components/DonationSection.tsx | 6 +++--- .../subscription/components/DonationSectionMobile.tsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/features/subscription/components/DonationSection.tsx b/frontend/src/features/subscription/components/DonationSection.tsx index 2d5d7bd..8c4ce6a 100644 --- a/frontend/src/features/subscription/components/DonationSection.tsx +++ b/frontend/src/features/subscription/components/DonationSection.tsx @@ -156,17 +156,17 @@ export const DonationSection: React.FC = ({ currentTier }) {currentTier === 'free' && ( - Love MotoVaultPro? Consider making a one-time donation to support development! + Love MotoVaultPro? Consider making a one-time donation to help pay for the costs to run the site. )} - Your donations help us continue to improve and maintain MotoVaultPro. Thank you for your support! + Your donations help us pay for hosting costs and coffee. Thank you for your support! {showSuccess && ( - Thank you for your generous donation! Your support means the world to us. + Thank you for the donation! You're helping keep the tires on the road. )} diff --git a/frontend/src/features/subscription/components/DonationSectionMobile.tsx b/frontend/src/features/subscription/components/DonationSectionMobile.tsx index afbd808..5d391bf 100644 --- a/frontend/src/features/subscription/components/DonationSectionMobile.tsx +++ b/frontend/src/features/subscription/components/DonationSectionMobile.tsx @@ -142,19 +142,19 @@ export const DonationSectionMobile: React.FC = ({ cu {currentTier === 'free' && (

- Love MotoVaultPro? Consider making a one-time donation to support development! + Love MotoVaultPro? Consider making a one-time donation to help pay for the costs to run the site.

)}

- Your donations help us continue to improve and maintain MotoVaultPro. Thank you for your support! + Your donations help us pay for hosting costs and coffee. Thank you for your support!

{showSuccess && (

- Thank you for your generous donation! Your support means the world to us. + Thank you for the donation! You're helping keep the tires on the road.

)}