From be9d3a48bbdba287c52144781e1dbde720895287 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 16 Feb 2022 10:19:09 +0000 Subject: [PATCH] update error message --- testnet-faucet/src/context/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testnet-faucet/src/context/index.tsx b/testnet-faucet/src/context/index.tsx index 07233fb494..c60d63f295 100644 --- a/testnet-faucet/src/context/index.tsx +++ b/testnet-faucet/src/context/index.tsx @@ -118,7 +118,7 @@ export const GlobalContextProvider: React.FC = ({ children }) => { setError(handleError(e as Error)) } } else { - setError('Tokens are no longer available') + setError('Tokens are not currently available') } setLoadingState({ isLoading: false, requestType: undefined })