commit 13170a7e8b5df012a0f0848917cc494447171ae6 Author: William Casarin Date: Thu Jan 23 10:27:53 2025 -0800 Remove 'You will need the latest Damus version to complete the checkout.' Not true anymore diff --git a/content/compiled-locales/en.json b/content/compiled-locales/en.json index 934c1a8e9abd..210b7b65674b 100644 --- a/content/compiled-locales/en.json +++ b/content/compiled-locales/en.json @@ -962,7 +962,7 @@ "purple.checkout.description-2": [ { "type": 0, - "value": "Use this page to purchase a new account, or to renew an existing one. You will need the latest Damus version to complete the checkout." + "value": "Use this page to purchase a new account, or to renew an existing one." } ], "purple.checkout.is-this-you": [ diff --git a/content/locales/en.json b/content/locales/en.json index 14992b31d22a..adb9d2e1384c 100644 --- a/content/locales/en.json +++ b/content/locales/en.json @@ -474,7 +474,7 @@ "string": "New accounts and renewals" }, "purple.checkout.description-2": { - "string": "Use this page to purchase a new account, or to renew an existing one. You will need the latest Damus version to complete the checkout." + "string": "Use this page to purchase a new account, or to renew an existing one." }, "purple.checkout.is-this-you": { "string": "Is this you?" diff --git a/src/components/sections/PurpleCheckout.tsx b/src/components/sections/PurpleCheckout.tsx index 2b7ed7909da3..36958600ef80 100644 --- a/src/components/sections/PurpleCheckout.tsx +++ b/src/components/sections/PurpleCheckout.tsx @@ -91,7 +91,7 @@ export function PurpleCheckout() { {intl.formatMessage({ id: "purple.checkout.description", defaultMessage: "New accounts and renewals" })} - {intl.formatMessage({ id: "purple.checkout.description-2", defaultMessage: "Use this page to purchase a new account, or to renew an existing one. You will need the latest Damus version to complete the checkout." })} + {intl.formatMessage({ id: "purple.checkout.description-2", defaultMessage: "Use this page to purchase a new account, or to renew an existing one." })}