diff --git a/client/i18n/locales/chinese/translations.json b/client/i18n/locales/chinese/translations.json index 4584264700..4b379ebc8f 100644 --- a/client/i18n/locales/chinese/translations.json +++ b/client/i18n/locales/chinese/translations.json @@ -345,6 +345,7 @@ "why-donate-2": "你也帮助我们创建新的学习资源,你可以利用这些资源拓展自己的技术能力。", "bigger-donation": "Want to make a bigger one-time donation, mail us a check, or give in other ways?", "other-ways": "Here are many <0>other ways we could support our non-profit's mission0>.", + "other-ways-url": "https://www.freecodecamp.org/news/how-to-donate-to-free-code-camp", "failed-pay": "呃,你的转账似乎没有成功。可以再试一次吗?", "try-again": "请重试。", "card-number": "你的卡号:", diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index 8f064dbd4c..7c58c1d390 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -347,6 +347,7 @@ "why-donate-2": "You also help us create new resources for you to use to expand your own technology skills.", "bigger-donation": "Want to make a bigger one-time donation, mail us a check, or give in other ways?", "other-ways": "Here are many <0>other ways you can support our non-profit's mission0>.", + "other-ways-url": "https://www.freecodecamp.org/news/how-to-donate-to-free-code-camp", "failed-pay": "Uh - oh. It looks like your transaction didn't go through. Could you please try again?", "try-again": "Please try again.", "card-number": "Your Card Number:", diff --git a/client/i18n/locales/espanol/translations.json b/client/i18n/locales/espanol/translations.json index c224925112..4962d932de 100644 --- a/client/i18n/locales/espanol/translations.json +++ b/client/i18n/locales/espanol/translations.json @@ -347,6 +347,7 @@ "why-donate-2": "You also help us create new resources for you to use to expand your own technology skills.", "bigger-donation": "Want to make a bigger one-time donation, mail us a check, or give in other ways?", "other-ways": "Here are many <0>other ways we could support our non-profit's mission0>.", + "other-ways-url": "https://www.freecodecamp.org/news/how-to-donate-to-free-code-camp", "failed-pay": "Uh - oh. It looks like your transaction didn't go through. Could you please try again?", "try-again": "Please try again.", "card-number": "Your Card Number:", diff --git a/client/i18n/translations-schema.js b/client/i18n/translations-schema.js index 6027924cce..021c433cc6 100644 --- a/client/i18n/translations-schema.js +++ b/client/i18n/translations-schema.js @@ -335,6 +335,7 @@ const translationsSchema = strictObject({ 'why-donate-2': stringType, 'bigger-donation': stringType, 'other-ways': stringType, + 'other-ways-url': stringType, 'failed-pay': stringType, 'try-again': stringType, 'card-number': stringType, diff --git a/client/src/components/Donation/DonationTextComponents.js b/client/src/components/Donation/DonationTextComponents.js index 83917f92c3..e862d68c63 100644 --- a/client/src/components/Donation/DonationTextComponents.js +++ b/client/src/components/Donation/DonationTextComponents.js @@ -24,30 +24,32 @@ export const DonationText = () => { ); }; -export const DonationOptionsText = () => ( - <> -
+
+
-