From 2667e78b43f475684ec8bae47d1c92fb00afb514 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 6 Jun 2022 11:26:48 -0400 Subject: [PATCH] =?UTF-8?q?sound=20=E2=86=92=20seem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/settings/SettingsModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/SettingsModal.jsx b/src/settings/SettingsModal.jsx index 3881874..919b955 100644 --- a/src/settings/SettingsModal.jsx +++ b/src/settings/SettingsModal.jsx @@ -90,7 +90,7 @@ export const SettingsModal = (props) => { label="Spatial audio" type="checkbox" checked={spatialAudio} - description="This will make a speaker's audio sound as if it is coming from where their tile is positioned on screen. (Experimental feature: this may impact the stability of audio.)" + description="This will make a speaker's audio seem as if it is coming from where their tile is positioned on screen. (Experimental feature: this may impact the stability of audio.)" onChange={(e) => setSpatialAudio(e.target.checked)} />