From 2efbc5b7a075cfd72b8fc78ff18c70e06aaa864f Mon Sep 17 00:00:00 2001 From: Beingpax Date: Sat, 13 Sep 2025 15:53:56 +0545 Subject: [PATCH] space change --- VoiceInk/Views/Settings/SettingsView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceInk/Views/Settings/SettingsView.swift b/VoiceInk/Views/Settings/SettingsView.swift index bb81fa1..d596bc2 100644 --- a/VoiceInk/Views/Settings/SettingsView.swift +++ b/VoiceInk/Views/Settings/SettingsView.swift @@ -76,7 +76,7 @@ struct SettingsView: View { VStack(alignment: .leading, spacing: 18) { // Paste Last Transcript (Original) HStack(spacing: 12) { - Text("Paste Last Transcript (Original)") + Text("Paste Last Transcript(Original)") .font(.system(size: 13, weight: .medium)) .foregroundColor(.secondary) @@ -101,7 +101,7 @@ struct SettingsView: View { .controlSize(.small) InfoTip( - title: "Paste Last Transcript (Enhanced)", + title: "Paste Last Transcript(Enhanced)", message: "Shortcut for pasting the most recent transcript(enhanced). If no enhancement exists, nothing is pasted. If the enhancement failed, the error message is pasted." )