From dbfd50bfa9b52412aa028a04075fc3bc80f91528 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sun, 19 Apr 2026 10:40:03 +0200 Subject: [PATCH] html improvement Signed-off-by: Stephan Richter --- frontend/src/routes/stock/Index.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/routes/stock/Index.svelte b/frontend/src/routes/stock/Index.svelte index 7ab1c641..fc96623e 100644 --- a/frontend/src/routes/stock/Index.svelte +++ b/frontend/src/routes/stock/Index.svelte @@ -278,11 +278,11 @@ {#if item && data && data.users}
- {t('tags')} +

{t('tags')}

- {t('notes')} +

{t('notes')}

{/if}