feat(billing): show account currency on billing page

This commit is contained in:
Tanmay Deep Sharma
2026-06-09 13:12:24 +05:30
parent bbd575d8fa
commit d6c75586df
3 changed files with 24 additions and 1 deletions
@@ -439,7 +439,14 @@
"TITLE": "Current Plan",
"PLAN_NOTE": "You are currently subscribed to the **{plan}** plan with **{quantity}** licenses",
"SEAT_COUNT": "Number of seats",
"RENEWS_ON": "Renews on"
"RENEWS_ON": "Renews on",
"CURRENCY": "Currency"
},
"CURRENCY": {
"OPTIONS": {
"USD": "US Dollar (USD)",
"BRL": "Brazilian Real (BRL)"
}
},
"VIEW_PRICING": "View Pricing",
"MANAGE_SUBSCRIPTION": {