You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application consistently shows currency values with the currency code after the amount (e.g., 200.1 mUST), which is incorrect. In English, all currency codes and symbols precede the amount (e.g., mUST 200.1 instead). This needs to be fixed in src/libs/parse.ts.
The text was updated successfully, but these errors were encountered:
The application consistently shows currency values with the currency code after the amount (e.g.,
200.1 mUST
), which is incorrect. In English, all currency codes and symbols precede the amount (e.g.,mUST 200.1
instead). This needs to be fixed insrc/libs/parse.ts
.The text was updated successfully, but these errors were encountered: