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/components/Menu/GlobalSettings/SettingsModal.tsx b/apps/web/src/components/Menu/GlobalSettings/SettingsModal.tsx
index 22771c1f0da49..779bf522a3b4e 100644
--- a/apps/web/src/components/Menu/GlobalSettings/SettingsModal.tsx
+++ b/apps/web/src/components/Menu/GlobalSettings/SettingsModal.tsx
@@ -379,7 +379,9 @@ function RoutingSettings() {
PancakeSwap X
- When applicable, aggregates liquidity to provide better price, more token options, and gas free swaps.
+ {t(
+ 'When applicable, aggregates liquidity to provide better price, more token options, and gas free swaps.',
+ )}
> = ({ 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')}