Update DeployChatModal to clarify token and slug descriptions

This commit is contained in:
Filip Hric 2025-06-17 10:22:20 +02:00
parent 43961eb5a4
commit e6072efe1d
No known key found for this signature in database

View File

@ -107,7 +107,7 @@ const DeployChatModal = ({
</label> </label>
<div className="w-full mb-2"> <div className="w-full mb-2">
<p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap"> <p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap">
Your authentication token from Netlify account settings. Used to authorize deployments. Your personal access token from <a href="https://app.netlify.com/user/applications#personal-access-tokens" target="_blank" rel="noopener noreferrer">Netlify user settings</a>. Used to authorize deployments.
</p> </p>
</div> </div>
<input <input
@ -159,11 +159,11 @@ const DeployChatModal = ({
<div> <div>
<label className="block mb-2 text-sm font-medium text-bolt-elements-textPrimary"> <label className="block mb-2 text-sm font-medium text-bolt-elements-textPrimary">
Netlify Account Slug (new site) Netlify Team Slug (new site)
</label> </label>
<div className="w-full mb-2"> <div className="w-full mb-2">
<p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap"> <p className="text-xs text-bolt-elements-textSecondary whitespace-pre-wrap">
Your Netlify account name, required when creating a new site. Your Netlify team slug can be found in the "Team settings" section
</p> </p>
</div> </div>
<input <input