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.
This commit is contained in:
2026-02-05 09:15:19 +01:00
parent 1f326c2b46
commit 198175c0fe

View File

@@ -90,7 +90,7 @@ export default function TopBar({
{/* Neues Spiel Button */} {/* Neues Spiel Button */}
<button onClick={newGame} style={styles.primaryBtn}> <button onClick={newGame} style={styles.primaryBtn}>
Neues Spiel New Game
</button> </button>
</div> </div>
</div> </div>