diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index 02e940a..5462567 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -152,5 +152,6 @@ "imageUploadNoticeFs": "Die Auflösung der Farming Station beträgt 720 x 960 px", "itemCreatedSuccessfully": "Artikel erfolgreich erstellt", "createNewItem": "Neuen Artikel erstellen", - "stockExpected": "Erwarteter Bestand" + "stockExpected": "Erwarteter Bestand", + "addProduct": "Artikel Hinzufügen" } \ No newline at end of file diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 512a764..9de533f 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -38,7 +38,7 @@ "hoverToSeeDetails": "Hover over the components list to see more details!", "inStock": "In stock", "item": "Item", - "items": "items", + "items": "Items", "lastName": "Last name", "lightMode": "Zu hellem Modus wechseln", "logout": "Logout", @@ -152,5 +152,6 @@ "imageUploadNoticeFs": "The Resolution of the Farming Station is 720 x 960 px", "itemCreatedSuccessfully": "Item created successfully", "createNewItem": "Create New Item", - "stockExpected": "Expected Stock" + "stockExpected": "Expected Stock", + "addProduct": "Add Product" } \ No newline at end of file diff --git a/01-frontend/src/helper/adminpanel/OrdersInfo.tsx b/01-frontend/src/helper/adminpanel/OrdersInfo.tsx index 116c01e..a6932b6 100644 --- a/01-frontend/src/helper/adminpanel/OrdersInfo.tsx +++ b/01-frontend/src/helper/adminpanel/OrdersInfo.tsx @@ -47,7 +47,9 @@ const OrderCard: React.FC<{ order: OrderType; onClick: () => void }> = ({order, return (