From 800cb75f7f70ca703dca77f03609ea080c250652 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Tue, 5 Aug 2025 14:36:31 +0545 Subject: [PATCH] Update empty state text for USA and power mode --- VoiceInk/PowerMode/PowerModeView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/PowerMode/PowerModeView.swift b/VoiceInk/PowerMode/PowerModeView.swift index 3cf42b7..b64bee2 100644 --- a/VoiceInk/PowerMode/PowerModeView.swift +++ b/VoiceInk/PowerMode/PowerModeView.swift @@ -136,7 +136,7 @@ struct PowerModeView: View { .font(.system(size: 20, weight: .medium)) .foregroundColor(.primary) - Text("Create your first power mode to enhance your VoiceInk experience\nwith context-aware speech-to-text AI transcription tool") + Text("Create your first power mode to automate your VoiceInk workflow based on apps/website you are using") .font(.system(size: 14)) .foregroundColor(.secondary) .multilineTextAlignment(.center)