diff --git a/src/components/DepositsTable/cells/ActionsCell.tsx b/src/components/DepositsTable/cells/ActionsCell.tsx
index 073f3bc6f..12c2f7835 100644
--- a/src/components/DepositsTable/cells/ActionsCell.tsx
+++ b/src/components/DepositsTable/cells/ActionsCell.tsx
@@ -22,16 +22,15 @@ export function ActionsCell({ deposit, onClickSpeedUp }: Props) {
isDelayed && isProfitable ? (
}
body={
- 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.
}
>
diff --git a/src/components/DepositsTable/cells/StatusCell.tsx b/src/components/DepositsTable/cells/StatusCell.tsx
index 2dfdda8c8..e2203c3f5 100644
--- a/src/components/DepositsTable/cells/StatusCell.tsx
+++ b/src/components/DepositsTable/cells/StatusCell.tsx
@@ -59,12 +59,13 @@ function PendingStatusCell({ width, deposit }: Props) {
- 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.
}
>