From c4289e95a09fae542aa14e462158f9a8c7dc02ea Mon Sep 17 00:00:00 2001 From: Andrew Blakeslee Moore Date: Sun, 14 Jun 2026 19:13:44 -0700 Subject: [PATCH] =?UTF-8?q?Composer=20settings:=20shorten=20send-key=20lab?= =?UTF-8?q?els=20to=20'Return'=20/=20'=E2=8C=98=20+=20Return'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- Sources/NucleicApp/ChatInputField.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/NucleicApp/ChatInputField.swift b/Sources/NucleicApp/ChatInputField.swift index 90e2e89d..5186a9c0 100644 --- a/Sources/NucleicApp/ChatInputField.swift +++ b/Sources/NucleicApp/ChatInputField.swift @@ -15,8 +15,8 @@ enum SubmitKeyMode: String, CaseIterable, Identifiable { var label: String { switch self { - case .returnSends: "Return to send" - case .modifierSends: "⌘Return to send" + case .returnSends: "Return" + case .modifierSends: "⌘ + Return" } }