Replace mobile TTS placeholder text Closes #2631

6683ae810faaed002b3038e5ef520407e5881fe5

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

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/tts/system.js+1 -1
@@ -124,7 +124,7 @@ class SystemTtsProvider {
124 if (hasEnabledVoice) {124 if (hasEnabledVoice) {
125 return;125 return;
126 }126 }
127 const utterance = new SpeechSynthesisUtterance('hi');127 const utterance = new SpeechSynthesisUtterance(' . ');
128 utterance.volume = 0;128 utterance.volume = 0;
129 speechSynthesis.speak(utterance);129 speechSynthesis.speak(utterance);
130 hasEnabledVoice = true;130 hasEnabledVoice = true;