From 8b54be301935728366fbc46aee248a85c50de366 Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 6 Sep 2025 14:52:14 +0545 Subject: [PATCH] Minor correction on settings name --- VoiceInk/Views/Settings/ExperimentalFeaturesSection.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VoiceInk/Views/Settings/ExperimentalFeaturesSection.swift b/VoiceInk/Views/Settings/ExperimentalFeaturesSection.swift index 900af55..b0479b9 100644 --- a/VoiceInk/Views/Settings/ExperimentalFeaturesSection.swift +++ b/VoiceInk/Views/Settings/ExperimentalFeaturesSection.swift @@ -37,7 +37,7 @@ struct ExperimentalFeaturesSection: View { if isExperimentalFeaturesEnabled { Toggle(isOn: $playbackController.isPauseMediaEnabled) { - Text("Pause Media on Playback") + Text("Pause Media during recording") } .toggleStyle(.switch) .help("Automatically pause active media playback during recordings and resume afterward.")