Skip to content

Commit

Permalink
fix: make button casing consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpatiiuk committed Feb 28, 2024
1 parent 46008af commit 1b08bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/localization.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export const localization = {
gameOver: 'Game Over!',
yourScore: 'Your score was: ',
yourBestScore: 'Your best score is: ',
playAgain: 'Play again?',
saveGame: 'Save game',
loadGame: 'Load game',
playAgain: 'Play Again?',
saveGame: 'Save Game',
loadGame: 'Load Game',
panoramaRenderer: 'Panorama World',
sceneryRenderer: 'Scenery World',
gridRenderer: 'Grid World',
Expand Down

0 comments on commit 1b08bff

Please sign in to comment.