From 1b08bffeab56d558d2aa1ddfeddd1826ed219681 Mon Sep 17 00:00:00 2001 From: Max Patiiuk Date: Tue, 27 Feb 2024 17:10:19 -0800 Subject: [PATCH] fix: make button casing consistent --- src/localization.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/localization.tsx b/src/localization.tsx index 55b30fd..05bc0d1 100644 --- a/src/localization.tsx +++ b/src/localization.tsx @@ -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',