Skip to content

Commit 18a1d89

Browse files
committed
fix(l10n): Fix l10n placeholder reference
1 parent 8996424 commit 18a1d89

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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
@@ -1,6 +1,6 @@
11
inactiveAccountSecondWarning-subject = Action required: Account deletion in 7 days
22
inactiveAccountSecondWarning-title = Your { -brand-mozilla } account and data will be deleted in 7 days
3-
inactiveAccountSecondWarning-account-description = Your { -product-mozilla-account } is used to access free privacy and browsing products like { -brand-firefox } sync, { -produt-mozilla-monitor }, { -product-firefox-relay }, and { -product-mdn }.
3+
inactiveAccountSecondWarning-account-description-v2 = Your { -product-mozilla-account } is used to access free privacy and browsing products like { -brand-firefox } sync, { -product-mozilla-monitor }, { -product-firefox-relay }, and { -product-mdn }.
44
55
# $deletionDate - the date when the account will be deleted if the user does not take action to-reactivate their account
66
inactiveAccountSecondWarning-impact = Your account and your personal data will be permanently deleted on <strong>{ $deletionDate }</strong> because you haven’t been active.

packages/fxa-auth-server/lib/senders/emails/templates/inactiveAccountSecondWarning/index.mjml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<mj-section>
1414
<mj-column>
1515
<mj-text css-class="text-sub-body">
16-
<span data-l10n-id="inactiveAccountSecondWarning-account-description">Your Mozilla account is used to access free privacy and browsing products like Firefox sync, Mozilla Monitor, Firefox Relay, and MDN.</span>
16+
<span data-l10n-id="inactiveAccountSecondWarning-account-description-v2">Your Mozilla account is used to access free privacy and browsing products like Firefox sync, Mozilla Monitor, Firefox Relay, and MDN.</span>
1717
</mj-text>
1818
<mj-text css-class="text-sub-body">
1919
<span data-l10n-id="inactiveAccountSecondWarning-impact" data-l10n-args="<%= JSON.stringify({deletionDate}) %>">Your account and your personal data will be permanently deleted on <strong>{ $deletionDate }</strong> because you haven’t been active.</span>

packages/fxa-auth-server/lib/senders/emails/templates/inactiveAccountSecondWarning/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
inactiveAccountSecondWarning-title = "Your Mozilla account and data will be deleted in 7 days"
22

3-
inactiveAccountSecondWarning-account-description = "Your Mozilla account is used to access free privacy and browsing products like Firefox sync, Mozilla Monitor, Firefox Relay, and MDN."
3+
inactiveAccountSecondWarning-account-description-v2 = "Your Mozilla account is used to access free privacy and browsing products like Firefox sync, Mozilla Monitor, Firefox Relay, and MDN."
44

55
inactiveAccountSecondWarning-impact = "Your account and your personal data will be permanently deleted on <%- deletionDate %> because you haven’t been active."
66

0 commit comments

Comments
 (0)