diff --git a/src/components/pages/game/game.tsx b/src/components/pages/game/game.tsx index fd47aa1..bbb914b 100644 --- a/src/components/pages/game/game.tsx +++ b/src/components/pages/game/game.tsx @@ -84,7 +84,7 @@ export const GameSection = () => { return; } - await showTxToast('Sending Tip to the Oracle', async () => { + await showTxToast('Tipping the Oracle', async () => { await transferCurrency({ amount: selectedTip, tokenName: currencyName }); }); };