diff --git a/README.md b/README.md index 1bf998a2..7b2e7b79 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,6 @@ Run `mix dash` and `mix help dash.` for more info. - CORS_ORIGINS - Comma separated list of origins to allow CORS requests. - DASHBOARD_ACCESS_KEY - Access key for communicating with reticulum. Should be a strong secret that is shared with reticulum. - FXA_JWK_STRING - Used to verify token in FxA webhook, the payload from the Subplat/FxA endpoint with the live public keys is stringified by Jason.encode!() -- FXA_SERVER - Firefox Accounts server used for account management links. e.g. "accounts.firefox.com" +- FXA_SERVER - Mozilla Accounts (previously Firefox Accounts) server used for account management links. e.g. "accounts.firefox.com" - SECRET_KEY_BASE - Base secret key. This should be a strong cryptographcially generated secret. - PLANS - Used in getting currency and amount, MUST BE IN THIS FORMAT: "plan_id1,USD,10;plan_id2,EUR,20" diff --git a/client/README.md b/client/README.md index 76033bc7..d47e5c84 100644 --- a/client/README.md +++ b/client/README.md @@ -42,7 +42,7 @@ See [/README.md](/README.md) 'README' in root project. - PUBLIC_API_SERVER - public server url ( todo more info here ) - AUTH_SERVER - Server used for login links. e.g. "auth.myhubs.net" -- FXA_SERVER - Firefox Accounts server used for account management links. e.g. "accounts.firefox.com" +- FXA_SERVER - Mozilla Accounts (previously Firefox Accounts) server used for account management links. e.g. "accounts.firefox.com" - MARKETING_PAGE_URL - URL to the marketing page that we use as logged out homepage for the Dashboard e.g. "https://marketing.page" - FXA_PAYMENT_URL - subscription payment url - PRODUCT_ID - subscription payment ID diff --git a/client/components/modals/SubscriptionModal/README.md b/client/components/modals/SubscriptionModal/README.md index ceb5dae6..8c59101e 100644 --- a/client/components/modals/SubscriptionModal/README.md +++ b/client/components/modals/SubscriptionModal/README.md @@ -1,3 +1,4 @@ -This component has been taken out for the time being as a confirmation to cancel you plaan. Leaving in for now if -we find our selves using it again. Feel free to deleting if it's been a substantial amount of time +This component has been taken out for the time being as a confirmation to cancel your plan. I'm leaving it in for now incase +we find our selves using it again. Feel free to delete it if it's been a substantial amount of time. + -NG 5/11/23 diff --git a/client/components/modals/SubscriptionModal/SubscriptionModal.tsx b/client/components/modals/SubscriptionModal/SubscriptionModal.tsx index d9119b89..925a7de3 100644 --- a/client/components/modals/SubscriptionModal/SubscriptionModal.tsx +++ b/client/components/modals/SubscriptionModal/SubscriptionModal.tsx @@ -60,7 +60,7 @@ const SubscriptionModal = ({

- If you are happy to proceed, please continue to your Firefox Accounts + If you are happy to proceed, please continue to your Mozilla Accounts page where you can finish cancelling your subscription.

@@ -76,11 +76,11 @@ const SubscriptionModal = ({ onClick={handleCloseClick} />