feat: update donation page copy (#40639)
This commit is contained in:
@ -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>
|
||||
|
@ -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,
|
||||
|
@ -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."
|
||||
);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user