fix: neutral AI form assistant heading to match both branches

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-08-14 17:03:20 +02:00
co-authored by Claude Opus 5
parent c31ec855d2
commit 3acb9b958b
@@ -40,7 +40,9 @@
<div class="my-3 p-3 bg-surface-secondary rounded-md relative flex flex-col gap-3">
<div class="flex flex-row gap-2 justify-between items-center">
<h3 class="text-sm font-medium">Fill the inputs with AI</h3>
<!-- Neutral between the two branches: the hand-off runs the item, the legacy
path fills the form. The button label names the specific action. -->
<h3 class="text-sm font-medium">AI can help with these inputs</h3>
<!-- Labelled per branch: the hand-off runs the item, only the legacy path
actually fills the form. A plain Button rather than AskAiButton, whose
own session branch would fire here too and open an empty session. -->