Skip to content

Commit

Permalink
chore: Tweak delayed tooltip wording (#929)
Browse files Browse the repository at this point in the history
* chore: Tweak delayed tooltip wording

* tweak
  • Loading branch information
pxrl authored Dec 4, 2023
1 parent cfe8dfe commit f9234ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 3 additions & 4 deletions src/components/DepositsTable/cells/ActionsCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ export function ActionsCell({ deposit, onClickSpeedUp }: Props) {
isDelayed && isProfitable ? (
<Tooltip
tooltipId="delayed-info"
title="Relayer running out of funds"
title="Insufficient relayer funds"
maxWidth={320}
placement="left"
offset={60}
icon={<SlowRelayInfoIconTooltip />}
body={
<Text size="sm" color="light-300">
Due to low relay funds this transaction may take up to 3 hours to
complete. Your full relayer fee will be refunded for the
inconvenience.
Due to insufficient relayer funds this transaction may take up to 3
hours to complete. No relayer fee will be charged on this transfer.
</Text>
}
>
Expand Down
9 changes: 5 additions & 4 deletions src/components/DepositsTable/cells/StatusCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ function PendingStatusCell({ width, deposit }: Props) {
<Tooltip
tooltipId={`delayed-cell-info-${deposit.depositTxHash}`}
placement="bottom"
title="Relayer running out of funds"
title="Insufficient relayer funds"
body={
<Text size="sm" color="light-300">
Due to low relay funds this transaction may take up to 3 hours to
complete. Your full relayer fee will be refunded for the
inconvenience.
Relayer funds are insufficient to complete this trasfer
immediately. The transfer will be settled directly by Across and
may may take up to 3 hours. No relayer fee will be charged on this
transfer.
</Text>
}
>
Expand Down

2 comments on commit f9234ff

@vercel
Copy link

@vercel vercel bot commented on f9234ff Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

goerli-frontend-v2 – ./

goerli-frontend-v2.vercel.app
goerli-frontend-v2-uma.vercel.app
goerli-frontend-v2-git-master-uma.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f9234ff Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.