diff --git a/src/modals/SettingsModal.js b/src/modals/SettingsModal.js index 13ebef0..0d4b63d 100644 --- a/src/modals/SettingsModal.js +++ b/src/modals/SettingsModal.js @@ -97,7 +97,7 @@ function SettingsModal({ isOpen, onRequestClose }) { Accessibility: - Light theme + Light Theme @@ -106,7 +106,7 @@ function SettingsModal({ isOpen, onRequestClose }) { /> - Show fog guides + Show Fog Guides setShowFogGuides(e.target.checked)} @@ -160,7 +160,7 @@ function SettingsModal({ isOpen, onRequestClose }) { onClick={handleClearCache} disabled={!database} > - Clear cache + Clear Cache @@ -169,7 +169,7 @@ function SettingsModal({ isOpen, onRequestClose }) { onClick={() => setIsDeleteModalOpen(true)} disabled={!database} > - Erase all content and reset + Erase All Content and Reset