Skip to content

Commit

Permalink
App initialization error text update
Browse files Browse the repository at this point in the history
  • Loading branch information
prayagd authored Jan 10, 2025
1 parent 6fc62c7 commit 1a4273d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/swap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const SwapPage = () => {
// Maybe go into a state of UI errors??
const setInitializeFailed = useCallback((message?: string | null) => {
setInitializeFailedMessage(
message ?? 'Application initialization failed. Please reload, or try again later if the problem persists.',
message ?? 'We’re stuck in the digital equivalent of rush hour traffic. Hang tight, we’ll get moving again!',
);
}, []);

Expand Down

0 comments on commit 1a4273d

Please sign in to comment.