From 6d80b4282d4569fff2678cb3061c93285f4371c1 Mon Sep 17 00:00:00 2001 From: memoyil <2213635+memoyil@users.noreply.github.com> Date: Fri, 7 Feb 2025 15:27:09 +0100 Subject: [PATCH] fix: Typos in texts --- apps/web/src/__tests__/gagues/gauges.test.ts | 4 ++-- .../views/CakeStaking/components/DataSet/TotalApy.tsx | 2 +- apps/web/src/views/CakeStaking/index.tsx | 4 ++-- .../FixedStaking/hooks/useHandleWithdrawSubmission.tsx | 2 +- apps/web/src/views/Notifications/constants.ts | 2 +- packages/localization/src/config/translations.json | 10 +++++----- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/web/src/__tests__/gagues/gauges.test.ts b/apps/web/src/__tests__/gagues/gauges.test.ts index 106e94f332ad0..cef3dab79fd45 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 591c7481aeaca..5902c4a5199e8 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 b61846f5cac14..0b6cc3c104ca6 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')}