diff --git a/web/src/App.tsx b/web/src/App.tsx index 9db8854..8bf0c8a 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -124,7 +124,7 @@ const playGame = async ( } catch (e) { if (e.message !== 'ciphertext not set') { setGame(undefined); - enqueueSnackbar('Fail. Try funding wallet?', { variant: 'error' }); + enqueueSnackbar('Failed', { variant: 'error' }); console.log('playGame error', e); return; }