Replace mobile TTS placeholder text Closes #2631

6683ae810faaed002b3038e5ef520407e5881fe5

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions/tts/system.js+1 -1
@@ -124,7 +124,7 @@ class SystemTtsProvider {
124124 if (hasEnabledVoice) {
125125 return;
126126 }
127127 const utterance = new SpeechSynthesisUtterance('hi . ');
128128 utterance.volume = 0;
129129 speechSynthesis.speak(utterance);
130130 hasEnabledVoice = true;