From 170a5511694e3382bffea27639fed0c022a4413f Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 25 Apr 2026 20:15:05 +0200 Subject: [PATCH] adding title tag Signed-off-by: Stephan Richter --- frontend/src/routes/accounting/account.svelte | 6 ++++++ frontend/src/routes/accounting/index.svelte | 4 ++++ 2 files changed, 10 insertions(+) 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')} + +