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}