Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/components/proposal/ProposalForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ function ProposalForm() {
initialStyle={{height: 0, overflow: 'hidden'}}
>
<div className="form-group article">
{/* Disclaimer about waiting before go_submit */}
<div className="alert alert-warning mb-3 py-2 px-3" role="alert">
<strong>Important:</strong> Please wait at least <b>5 minutes</b> or <b>1 block confirmation</b> after sending the payment transaction before running <code>go_submit</code>. Submitting too early may cause your proposal to fail.
</div>
<textarea
className="styled"
name="submitCommand"
Expand Down