diff --git a/frontend/src/routes/accounting/account.svelte b/frontend/src/routes/accounting/account.svelte index d7806b1c..721a4f96 100644 --- a/frontend/src/routes/accounting/account.svelte +++ b/frontend/src/routes/accounting/account.svelte @@ -77,6 +77,12 @@ .amount{ text-align: right } + + {#if account} + Umbrella – {account.name} + {/if} + + {#if filter.length > 0}
{t('filter by tags')} diff --git a/frontend/src/routes/accounting/index.svelte b/frontend/src/routes/accounting/index.svelte index e4184537..1d6888f1 100644 --- a/frontend/src/routes/accounting/index.svelte +++ b/frontend/src/routes/accounting/index.svelte @@ -32,6 +32,10 @@ onMount(load); + + Umbrella – {t('accounts')} + +