Rename Asset Upload to Upload Your Stimulus with clearer description

Updated the asset upload section in the Focus Group flow to use more
intuitive terminology and provide better guidance about its purpose.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
michael 2025-12-02 07:55:54 -06:00
parent ec23bed0b6
commit 5eaf81ec18

View file

@ -1662,10 +1662,10 @@ Controls how much time GPT-5 spends thinking before responding
</div>
</div>
{/* Asset Uploader */}
{/* Stimulus Uploader */}
<div>
<label className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70 mb-2 block">
Creative Assets (Optional)
Upload Your Stimulus (if any)
</label>
<AssetUploader
focusGroupId={draftFocusGroupId}
@ -1684,13 +1684,10 @@ Controls how much time GPT-5 spends thinking before responding
maxAssets={10}
maxFileSize={10}
allowedTypes={['image/*', 'application/pdf', 'video/*', 'text/*', 'application/msword', 'application/vnd.openxmlformats-officedocument.wordprocessingml.document']}
label="Asset Upload"
description="Provide any files you wish the moderator to use in the focus group session. This could include mockups, designs, documents, or other materials for discussion."
label="Upload Your Stimulus"
description="Provide any files you wish the moderator to use in the focus group session. This could include mockups, designs, documents or other materials for discussion. The moderator will write a discussion guide partially around these assets. You can edit this in the next step."
enableRenaming={true}
/>
<p className="text-sm text-muted-foreground mt-2">
Upload visuals that you want feedback on during the session
</p>
</div>
</form>