From 43d768f63261cc9bb8a3e6970941a11aa6c6739e Mon Sep 17 00:00:00 2001 From: dschom Date: Tue, 26 Sep 2023 17:43:08 -0700 Subject: [PATCH] task(payments): Update strings referencing 'Firefox accounts' Because: - We want to start the localization effort of updating strings from Firefox to Mozilla This Commit: - Creates new l10n strings / ids using the Mozilla branding --- packages/fxa-payments-server/src/components/Header/en.ftl | 1 + .../fxa-payments-server/src/components/NewUserEmailForm/en.ftl | 1 + packages/fxa-payments-server/src/routes/Checkout/en.ftl | 1 + 3 files changed, 3 insertions(+) diff --git a/packages/fxa-payments-server/src/components/Header/en.ftl b/packages/fxa-payments-server/src/components/Header/en.ftl index e3dc5ef4de..b9bd3ab7dc 100644 --- a/packages/fxa-payments-server/src/components/Header/en.ftl +++ b/packages/fxa-payments-server/src/components/Header/en.ftl @@ -1,3 +1,4 @@ ## Component - Header brand-name-firefox-logo = { -brand-name-firefox } logo +brand-name-mozilla-logo = { -brand-mozilla } logo diff --git a/packages/fxa-payments-server/src/components/NewUserEmailForm/en.ftl b/packages/fxa-payments-server/src/components/NewUserEmailForm/en.ftl index 5d02441c54..f0016baee6 100644 --- a/packages/fxa-payments-server/src/components/NewUserEmailForm/en.ftl +++ b/packages/fxa-payments-server/src/components/NewUserEmailForm/en.ftl @@ -1,6 +1,7 @@ ## Component - NewUserEmailForm new-user-sign-in-link = Already have a { -brand-name-firefox } account? Sign in +new-user-sign-in-link-2 = Already have a { -product-mozilla-account }? Sign in # "Required" to indicate that the user must use the checkbox below this text to # agree to a payment method's terms of service and privacy notice in order to # continue. diff --git a/packages/fxa-payments-server/src/routes/Checkout/en.ftl b/packages/fxa-payments-server/src/routes/Checkout/en.ftl index ac70a938e4..19a0cf3a11 100644 --- a/packages/fxa-payments-server/src/routes/Checkout/en.ftl +++ b/packages/fxa-payments-server/src/routes/Checkout/en.ftl @@ -1,5 +1,6 @@ ## Routes - Checkout - New user new-user-step-1 = 1. Create a { -brand-name-firefox } account +new-user-step-1-2 = 1. Create a { -product-mozilla-account } new-user-card-title = Enter your card information new-user-submit = Subscribe Now