From 0db6364185fb16de4afbc2751d1e8f9e396e8ce9 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Thu, 6 Feb 2025 08:45:08 -0600 Subject: [PATCH] fix: improve message on expired session --- src/utils/notifications/warnings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/notifications/warnings.ts b/src/utils/notifications/warnings.ts index f69dbe41..d931c290 100644 --- a/src/utils/notifications/warnings.ts +++ b/src/utils/notifications/warnings.ts @@ -19,5 +19,5 @@ export const WARNING_MESSAGES: Record = { [WARNING.INVALID_DEPOSIT_AMOUNT]: 'Invalid deposit amount.', [WARNING.INVALID_WITHDRAW_AMOUNT]: 'Invalid withdraw amount.', [WARNING.INVALID_WALLET_ADDRESS]: 'Invalid wallet address.', - [WARNING.BUNDLER_UNAVAILABLE]: 'Session expired. Login again.', + [WARNING.BUNDLER_UNAVAILABLE]: 'Session expired. Please login again.', };