From 62cf41a44d88aec1f00e447bca02b118200d916a Mon Sep 17 00:00:00 2001 From: Prakash Joshi Pax <101010368+Beingpax@users.noreply.github.com> Date: Thu, 27 Mar 2025 21:31:55 +0545 Subject: [PATCH] Set the default prompt for other languages as empty --- VoiceInk/Whisper/WhisperPrompt.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/Whisper/WhisperPrompt.swift b/VoiceInk/Whisper/WhisperPrompt.swift index e964080..bf19390 100644 --- a/VoiceInk/Whisper/WhisperPrompt.swift +++ b/VoiceInk/Whisper/WhisperPrompt.swift @@ -50,7 +50,7 @@ class WhisperPrompt: ObservableObject { "ur": "السلام علیکم، کیسے ہیں آپ؟ آپ سے مل کر خوشی ہوئی۔", // Default prompt for unsupported languages - "default": "Hello, how are you? Nice to meet you." + "default": "" ] init() {