diff --git a/frontend/src/routes/accounting/account.svelte b/frontend/src/routes/accounting/account.svelte index aabfb5ed..becda04c 100644 --- a/frontend/src/routes/accounting/account.svelte +++ b/frontend/src/routes/accounting/account.svelte @@ -156,11 +156,11 @@ {/each} {t('external gains')}
- {sums[0].toFixed(2)} {account.currency} + {sums[-1].toFixed(2)} {account.currency} {t('external expenses')}
- {sums[-1].toFixed(2)} {account.currency} + {sums[0].toFixed(2)} {account.currency}