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 })