Browse Source

copy: 'Choose the folder' instead of 'Choose a folder'

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
0ddc463877
  1. 2
      src/components/quickstart/WorkflowBrowserView.tsx

2
src/components/quickstart/WorkflowBrowserView.tsx

@ -192,7 +192,7 @@ export function WorkflowBrowserView({
</h2> </h2>
</div> </div>
<p className="text-sm text-neutral-500 max-w-xs text-center"> <p className="text-sm text-neutral-500 max-w-xs text-center">
Choose a folder that contains your workflow projects. You can change this later. Choose the folder that contains your workflow projects. You can change this later.
</p> </p>
<button <button
onClick={browseAndSetDir} onClick={browseAndSetDir}

Loading…
Cancel
Save