From 7d41dd0e803fd00f2d32578d81fe5c398c73eca9 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Fri, 8 Jan 2021 15:54:39 +0300 Subject: [PATCH] feat: update donation page copy (#40639) --- client/src/components/Donation/DonationTextComponents.js | 4 ++-- cypress/integration/learn/donate/donate-page-default.js | 2 +- cypress/integration/learn/donate/donate-page-donor.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/Donation/DonationTextComponents.js b/client/src/components/Donation/DonationTextComponents.js index 8fa4015fc2e..a58c273f6db 100644 --- a/client/src/components/Donation/DonationTextComponents.js +++ b/client/src/components/Donation/DonationTextComponents.js @@ -43,7 +43,7 @@ export const DonationOptionsText = () => ( 'https://www.freecodecamp.org/news/how-to-donate-to-free-code-camp' } > - other ways we could support our non-profit's mission + other ways you can support our non-profit's mission .

@@ -57,7 +57,7 @@ export const DonationOptionsAlertText = () => ( - other ways we could support our non-profit's mission + other ways you can support our non-profit's mission .

diff --git a/cypress/integration/learn/donate/donate-page-default.js b/cypress/integration/learn/donate/donate-page-default.js index 328b942a4f7..7ddb8a188eb 100644 --- a/cypress/integration/learn/donate/donate-page-default.js +++ b/cypress/integration/learn/donate/donate-page-default.js @@ -39,7 +39,7 @@ describe('Donate page', () => { ); cy.contains( selectors.donateSupport.firstText, - "Here are many other ways we could support our non-profit's mission." + "Here are many other ways you can support our non-profit's mission." ); cy.contains( selectors.donateSupport.secondText, diff --git a/cypress/integration/learn/donate/donate-page-donor.js b/cypress/integration/learn/donate/donate-page-donor.js index bbccb0eeea3..899503ea68b 100644 --- a/cypress/integration/learn/donate/donate-page-donor.js +++ b/cypress/integration/learn/donate/donate-page-donor.js @@ -31,7 +31,7 @@ describe('Donate page', () => { ); cy.contains( selectors.donateAlert.lastText, - "Want to make a bigger one-time donation, mail us a check, or give in other ways? Here are many other ways we could support our non-profit's mission." + "Want to make a bigger one-time donation, mail us a check, or give in other ways? Here are many other ways you can support our non-profit's mission." ); });