Skip to content

Commit 40addeb

Browse files
committed
chore(l10n): Add group comment end
Because: * A group comment appears for unrelated strings due to how strings are concatenated into a single file. This commit: * Adds an ending ## to the comment so it only appears with the intended strings in the l10n file.
1 parent c9ed020 commit 40addeb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • packages/fxa-auth-server/lib/senders/emails/partials/subscriptionCharges

packages/fxa-auth-server/lib/senders/emails/partials/subscriptionCharges/en.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ subscriptionCharges-content-tax = Taxes & fees: { $invoiceTaxAmount }
2828
## $invoiceTotal (String) - The amount, after discount, of the subscription invoice, including currency, e.g. $8.00
2929
subscriptionFirstInvoice-content-charge = Charged { $invoiceTotal } on { $invoiceDateOnly }
3030
subscriptionFirstInvoice-content-credit = You have received an account credit of { $invoiceTotal }, which will be applied to your future invoices.
31+
32+
##

0 commit comments

Comments
 (0)