diff --git a/frontend/src/routes/wiki/View.svelte b/frontend/src/routes/wiki/View.svelte index 927fc115..c06b385b 100644 --- a/frontend/src/routes/wiki/View.svelte +++ b/frontend/src/routes/wiki/View.svelte @@ -150,6 +150,11 @@ $effect(loadPage); onMount(connectToBus); + + + Umbrella – {t('wiki')}: {page?.title} + + {#if page && page.versions}