Replace mobile TTS placeholder text Closes #2631
| @@ -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; |