From 198175c0fe4613272a71fe2cf2f627e71f2c611c Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 5 Feb 2026 09:15:19 +0100 Subject: [PATCH] Rename "Neues Spiel" button text to "New Game" Updated the button label in the TopBar component to display "New Game" instead of "Neues Spiel." This change aligns the interface language with English for consistency. --- frontend/src/components/TopBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/TopBar.jsx b/frontend/src/components/TopBar.jsx index bc07d3e..dfdbbd3 100644 --- a/frontend/src/components/TopBar.jsx +++ b/frontend/src/components/TopBar.jsx @@ -90,7 +90,7 @@ export default function TopBar({ {/* Neues Spiel Button */}