diff --git a/src/components/ProjectCreationWizard.jsx b/src/components/ProjectCreationWizard.jsx index db31fa3..2109e56 100644 --- a/src/components/ProjectCreationWizard.jsx +++ b/src/components/ProjectCreationWizard.jsx @@ -380,7 +380,7 @@ const ProjectCreationWizard = ({ onClose, onProjectCreated }) => { type="text" value={githubUrl} onChange={(e) => setGithubUrl(e.target.value)} - placeholder={t('projectWizard.step2.githubPlaceholder')} + placeholder="https://github.com/username/repository" className="w-full" />

@@ -475,7 +475,7 @@ const ProjectCreationWizard = ({ onClose, onProjectCreated }) => { type="password" value={newGithubToken} onChange={(e) => setNewGithubToken(e.target.value)} - placeholder={t('projectWizard.step2.tokenPlaceholder')} + placeholder="ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" className="w-full" />