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.', };