Replace mobile TTS placeholder text Closes #2631
| @@ -124,7 +124,7 @@ class SystemTtsProvider { | ||
| 124 | 124 | if (hasEnabledVoice) { |
| 125 | 125 | return; |
| 126 | 126 | } |
| 127 | 127 | const utterance = new SpeechSynthesisUtterance('hi . '); |
| 128 | 128 | utterance.volume = 0; |
| 129 | 129 | speechSynthesis.speak(utterance); |
| 130 | 130 | hasEnabledVoice = true; |