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 (