Skip to content

Commit eb133bf

Browse files
authored
Merge pull request #19482 from bcolsson/placeable-space
fix(l10n) - Add spaces to Fluent placeable
2 parents fba44b5 + fee1154 commit eb133bf

1 file changed

Lines changed: 2 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ subscription-charges-one-time-discount = One-time discount
2727
subscription-charges-one-time-discount-plaintext = One-time discount: { $invoiceDiscountAmount }
2828
subscription-charges-repeating-discount =
2929
{ $discountDuration ->
30-
*[other] {$discountDuration}-month discount
30+
*[other] { $discountDuration }-month discount
3131
}
3232
subscription-charges-repeating-discount-plaintext =
3333
{ $discountDuration ->
34-
*[other] {$discountDuration}-month discount: { $invoiceDiscountAmount }
34+
*[other] { $discountDuration }-month discount: { $invoiceDiscountAmount }
3535
}
3636
subscription-charges-discount = Discount
3737
subscription-charges-discount-plaintext = Discount: { $invoiceDiscountAmount }

0 commit comments

Comments
 (0)