Skip to content

Commit

Permalink
chore: Update the note text on the spacewalk "to Pendulum" flow
Browse files Browse the repository at this point in the history
* update note bridge/issue dialog
  • Loading branch information
Sharqiewicz authored Mar 27, 2024
1 parent bf1dd16 commit 2a5c178
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/pages/bridge/Issue/ConfirmationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,11 @@ export function ConfirmationDialog(props: ConfirmationDialogProps): JSX.Element
)}
</div>
<div className="text-sm mt-4">
Note: If you have already made the payment, please wait for a few minutes for it to be confirmed.
Note: Estimated time for issuing is in a minute after submitting the Stellar payment to the vault, contact
<a href="https://t.me/pendulum_chain" target="_blank" rel="noreferrer" className="mx-1 text-accent">
support
</a>
if your transaction is still pending after 10 minutes.
</div>
</Modal.Body>

Expand Down
8 changes: 6 additions & 2 deletions src/pages/bridge/TransferDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,12 @@ export function PendingTransferDialog(props: TransferDialogProps) {
{transfer.type === TransferType.issue ? `To ${toTitle(tenantName)}` : `Back to Stellar`}
</label>
<div className="mt-4" />
<div className="text-sm px-5 transfer-dialog-text">
Note: If you already made the payment, please wait for a few minutes for it to be confirmed.
<div className="text-sm px-5 ">
Note: Estimated time for issuing is in a minute after submitting the Stellar payment to the vault, contact
<a href="https://t.me/pendulum_chain" target="_blank" rel="noreferrer" className="mx-1 text-accent">
support
</a>
if your transaction is still pending after 10 minutes.
</div>
<div className="mt-4" />
</>
Expand Down

0 comments on commit 2a5c178

Please sign in to comment.