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.

)}