From e8f7b8c09ea8ba24ac2e3d895191ad5e7e356fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sehyun=20Chung=20=E2=9C=8C=EF=B8=8E?= <41171808+sehyunc@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:37:42 -0800 Subject: [PATCH] s --- trade.renegade.fi/app/global-error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trade.renegade.fi/app/global-error.tsx b/trade.renegade.fi/app/global-error.tsx index f721316a..992a8000 100644 --- a/trade.renegade.fi/app/global-error.tsx +++ b/trade.renegade.fi/app/global-error.tsx @@ -23,7 +23,7 @@ export default function GlobalError({ }: { handlePing(); }, []); - const message = connected ? "Thanks for being patient while we fix this." : "Refresh the page to try again."; + const message = connected ? "Refresh the page to try again" : "Thanks for being patient while we fix this."; return (