diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 64abece..2ba53f5 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -132,8 +132,8 @@ "salesStatistics": "Sales Statistics", "monthlySalesVolume": "Monthly Sales Volume", "monthlySalesRevenue": "Monthly Sales Revenue in €", - "itemVolumeDistribution": "Item Volume Distribution", - "itemRevenueDistribution": "Item Revenue Distribution", + "itemVolumeDistribution": "Sales Volume Distribution", + "itemRevenueDistribution": "Sales Revenue Distribution", "stockFulfillment": "Stock fulfillment", "orderStatus": "Order Status", "ORDERED": "Ordered", diff --git a/01-frontend/src/pages/Home.tsx b/01-frontend/src/pages/Home.tsx index 54b0dd4..a4b56f4 100644 --- a/01-frontend/src/pages/Home.tsx +++ b/01-frontend/src/pages/Home.tsx @@ -157,7 +157,7 @@ export default function Home() { }} />