From 04910a6dfbe94b303a0e2a836188036d4c45f10d Mon Sep 17 00:00:00 2001 From: Beingpax Date: Thu, 6 Mar 2025 16:27:07 +0545 Subject: [PATCH] Update template section headers in PromptEditorView --- VoiceInk/Views/PromptEditorView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VoiceInk/Views/PromptEditorView.swift b/VoiceInk/Views/PromptEditorView.swift index ce78007..197372c 100644 --- a/VoiceInk/Views/PromptEditorView.swift +++ b/VoiceInk/Views/PromptEditorView.swift @@ -168,11 +168,11 @@ struct PromptEditorView: View { if case .add = mode { // Templates Section with improved styling VStack(alignment: .leading, spacing: 12) { - Text("Templates") + Text("Start with a Predefined Template") .font(.headline) .foregroundColor(.secondary) - Text("Start with a predefined template") + Text("Scroll horizontally to see more templates") .font(.subheadline) .foregroundColor(.secondary)