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
2 changes: 1 addition & 1 deletion src/components/proposal/hooks/useProposalSubmission.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const useProposalSubmission = ({
history.push('/governance')
} catch (error) {
await swalPromise.catch(() => undefined)
const timedOutMessage = 'Proposal submission is still processing. Please try again later.'
const timedOutMessage = 'Proposal submission failed. Please verify that the proposal is not displayed on the Governance page, and if not, try again in 5 minutes.'
const defaultMessage = 'Proposal submission failed. Please try again in 5mins.'
const isTimeoutError =
error.message === 'Proposal submission timed out' || axios.isCancel(error)
Expand Down