From 2d3450331a29644ff5cc125cf55e2d46ea7f285a Mon Sep 17 00:00:00 2001 From: Theis Gaedigk Date: Sat, 30 May 2026 11:33:45 +0200 Subject: [PATCH] fix: correct translation function call in Sidebar and add required fields in AddProduct form --- frontend/src/components/Sidebar.tsx | 2 +- frontend/src/pages/AddProduct.tsx | 2 ++ frontend/src/utils/i18n/locales/de/de.json | 41 +++++++++++++++++++++- 3 files changed, 43 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index 5e38351..cdd83ff 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -84,7 +84,7 @@ export const Sidebar = () => {