Skip to content

Commit 0bdd81c

Browse files
committed
fix(l10n): Update incorrect FTL IDs for inactive second/final emails
Because: * These were updated in the MJML/txt files but not in the en.ftl files This commit: * Corrects the l10n IDs
1 parent 43adfad commit 0bdd81c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • packages/fxa-auth-server/lib/senders/emails/templates
    • inactiveAccountFinalWarning
    • inactiveAccountSecondWarning

packages/fxa-auth-server/lib/senders/emails/templates/inactiveAccountFinalWarning/en.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ inactiveAccountFinalWarning-account-description = Your { -product-mozilla-accoun
55
# $deletionDate - the date when the account will be deleted if the user does not take action to-reactivate their account
66
# This date will already be formatted with moment.js into Thursday, Jan 9, 2025 format
77
inactiveAccountFinalWarning-impact = On <strong>{ $deletionDate }</strong>, your account and your personal data will be permanently deleted unless you sign in.
8-
inactiveAccountFirstWarning-action = Sign in to keep your account
8+
inactiveAccountFinalWarning-action = Sign in to keep your account
99
# followed by link to sign in
10-
inactiveAccountFirstWarning-action-plaintext = Sign in to keep your account:
10+
inactiveAccountFinalWarning-action-plaintext = Sign in to keep your account:

packages/fxa-auth-server/lib/senders/emails/templates/inactiveAccountSecondWarning/en.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ inactiveAccountSecondWarning-impact = Your account and your personal data will b
77
inactiveAccountSecondWarning-action = Sign in to keep your account
88
inactiveAccountSecondWarning-preview = Sign in to keep your account
99
# followed by link to sign in
10-
inactiveAccountSecondWarning-action = Sign in to keep your account:
10+
inactiveAccountSecondWarning-action-plaintext = Sign in to keep your account:

0 commit comments

Comments
 (0)