Add main currency code for groups feedback (#329)

Clarify group currency field description

Use default currency code instead of symbol

Hide currency symbol field when using a non-custom Currency

Run prettier

Update currency data

Update package-lock.json
This commit is contained in:
Peter Smit
2025-09-05 12:55:05 +02:00
parent da8473406e
commit 5fee0440c2
8 changed files with 958 additions and 9 deletions

View File

@@ -98,7 +98,8 @@
},
"CurrencyCodeField": {
"label": "Main currency",
"description": "All amounts and balances will be in this currency. Changing this will NOT convert expenses already entered.",
"createDescription": "All amounts and balances will be in this currency.",
"editDescription": "All amounts and balances will be in this currency. Changing this will NOT convert expenses already entered, except when the currency has different \"minor units\" than the current one (e.g. changing from US Dollar to Japanese Yen)",
"customOption": "Custom"
},
"Participants": {