space change

This commit is contained in:
Beingpax 2025-09-13 15:53:56 +05:45
parent 558ab60afd
commit 2efbc5b7a0

View File

@ -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."
)