From a4901215e9dc31a0e9572af5d00d6062349d75a2 Mon Sep 17 00:00:00 2001 From: nightmare Date: Sat, 18 Apr 2026 19:42:19 -0400 Subject: [PATCH] fix: clarify timeout block estimate label as total window duration The estimate shows timeoutBlock - initiatedBlock, which is the total swap window, not the remaining time. Rename the label from "window" to "total window" so it accurately describes what is displayed. Closes #20 Co-Authored-By: Claude Sonnet 4.6 --- src/pages/SwapDetailPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SwapDetailPage.tsx b/src/pages/SwapDetailPage.tsx index 1c648d0..b21375c 100644 --- a/src/pages/SwapDetailPage.tsx +++ b/src/pages/SwapDetailPage.tsx @@ -264,7 +264,7 @@ const SwapDetailPage: React.FC = () => { parseInt(swap.timeoutBlock) - parseInt(swap.initiatedBlock), )}{' '} - window) + total window) )}