diff --git a/01-frontend/public/locales/de/translation.json b/01-frontend/public/locales/de/translation.json index 7e8dcd0..1e0d107 100644 --- a/01-frontend/public/locales/de/translation.json +++ b/01-frontend/public/locales/de/translation.json @@ -42,6 +42,7 @@ "lastName": "Nachname", "lightMode": "Zu hellem Modus wechseln", "logout": "Ausloggen", + "menu": "MenĂ¼", "myAccount": "Mein Konto", "myOrders": "Meine Bestellungen", "name": "Name", diff --git a/01-frontend/public/locales/en/translation.json b/01-frontend/public/locales/en/translation.json index 6b1cf02..c1a821e 100644 --- a/01-frontend/public/locales/en/translation.json +++ b/01-frontend/public/locales/en/translation.json @@ -42,6 +42,7 @@ "lastName": "Last name", "lightMode": "Zu hellem Modus wechseln", "logout": "Logout", + "menu": "Menu", "myAccount": "My Account", "myOrders": "My Orders", "name": "Name", diff --git a/01-frontend/src/helper/navbar/NavBar.tsx b/01-frontend/src/helper/navbar/NavBar.tsx index 05ca617..fb73c94 100644 --- a/01-frontend/src/helper/navbar/NavBar.tsx +++ b/01-frontend/src/helper/navbar/NavBar.tsx @@ -242,7 +242,7 @@ export default function NavBar() {