Handle case for metered line items in the Plan Picker by displaying t… (#107)

* Handle case for metered line items in the Plan Picker by displaying the cost of the lower tier as "Starting at {price}/{unit}"
This commit is contained in:
Giancarlo Buomprisco
2025-01-16 12:24:27 +08:00
committed by GitHub
parent f3ff0e7bb3
commit 41193e5697
2 changed files with 52 additions and 10 deletions

View File

@@ -40,6 +40,8 @@
"includedUpTo": "Up to {{upTo}} {{unit}} included in the plan",
"fromPreviousTierUpTo": "for each {{unit}} for the next {{ upTo }} {{ unit }}",
"andAbove": "above {{ previousTier }} {{ unit }}",
"startingAtPriceUnit": "Starting at {{price}}/{{unit}}",
"priceUnit": "{{price}}/{{unit}}",
"forEveryUnit": "for every {{ unit }}",
"setupFee": "plus a {{ setupFee }} setup fee",
"perUnitIncluded": "({{included}} included)",