diff --git a/apps/web/src/__tests__/gagues/gauges.test.ts b/apps/web/src/__tests__/gagues/gauges.test.ts index 106e94f332ad00..cef3dab79fd458 100644 --- a/apps/web/src/__tests__/gagues/gauges.test.ts +++ b/apps/web/src/__tests__/gagues/gauges.test.ts @@ -3,8 +3,8 @@ import { getAllGauges } from '@pancakeswap/gauges' import { getViemClients } from 'utils/viem' import { describe, it } from 'vitest' -describe('get all guages', () => { - it('contract gaguges and cms gauges should be match', async () => { +describe('get all gauges', () => { + it('contract gauges and cms gauges should be match', async () => { const gauges = await getAllGauges( getViemClients({ chainId: ChainId.BSC, diff --git a/apps/web/src/views/CakeStaking/components/DataSet/TotalApy.tsx b/apps/web/src/views/CakeStaking/components/DataSet/TotalApy.tsx index 591c7481aeacaf..5902c4a5199e84 100644 --- a/apps/web/src/views/CakeStaking/components/DataSet/TotalApy.tsx +++ b/apps/web/src/views/CakeStaking/components/DataSet/TotalApy.tsx @@ -95,7 +95,7 @@ export const TotalApy: React.FC> = ({ veC 🔹{t('Total APR')} - {t('is the sum of veCAKE Pool APR, Revenue sharing APR and Birbes APY from Guages voting.')} + {t('is the sum of veCAKE Pool APR, Revenue sharing APR and Bribes APY from Gauges voting.')} diff --git a/apps/web/src/views/CakeStaking/index.tsx b/apps/web/src/views/CakeStaking/index.tsx index b61846f5cac14d..0b6cc3c104ca6b 100644 --- a/apps/web/src/views/CakeStaking/index.tsx +++ b/apps/web/src/views/CakeStaking/index.tsx @@ -126,7 +126,7 @@ const CakeStaking = () => { { { toastInfo( - t('Withdawal approval is pending'), + t('Withdrawal approval is pending'), <> {t('Please come back to check later at a certain amount of time')}