feat: update donation page copy (#40639)

pull/40644/head
Ahmad Abdolsaheb 2021-01-08 15:54:39 +03:00 committed by GitHub
parent bd7bf6971f
commit 7d41dd0e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -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
</a>
.
</p>
@ -57,7 +57,7 @@ export const DonationOptionsAlertText = () => (
<a
href={'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
</a>
.
</p>

View File

@ -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,

View File

@ -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."
);
});