Skip to content

Commit

Permalink
fix: Typos in texts
Browse files Browse the repository at this point in the history
  • Loading branch information
memoyil committed Feb 7, 2025
1 parent d69432f commit 5326795
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/__tests__/gagues/gauges.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const TotalApy: React.FC<React.PropsWithChildren<TotalApyProps>> = ({ veC
🔹{t('Total APR')}
</Text>
<Text ml="4px" as="span">
{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.')}
</Text>
</Box>
<Link mt="8px" external href="https://docs.pancakeswap.finance/products/vecake/faq#why-there-are-multiple-aprs">
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/views/CakeStaking/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const CakeStaking = () => {
<QuestionHelper
size="20px"
text={t(
'Boost your PancakeSwap farming APR by up to 2.5x. Aquire more veCAKE to receive a higher boost.',
'Boost your PancakeSwap farming APR by up to 2.5x. Acquire more veCAKE to receive a higher boost.',
)}
placement="top"
ml="4px"
Expand Down Expand Up @@ -154,7 +154,7 @@ const CakeStaking = () => {
<QuestionHelper
size="20px"
text={t(
'Use your veCAKE as your IFO Public Sales commit credits. Aquire more veCAKE to commit more in the next PancakeSwap IFOs.',
'Use your veCAKE as your IFO Public Sales commit credits. Acquire more veCAKE to commit more in the next PancakeSwap IFOs.',
)}
placement="top"
ml="4px"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function useHandleWithdrawSubmission({

const throwCustomError = useCallback(() => {
toastInfo(
t('Withdawal approval is pending'),
t('Withdrawal approval is pending'),
<>
{t('Please come back to check later at a certain amount of time')}
<Link
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/views/Notifications/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const PancakeNotifications: {
return {
title: t('Welcome to PancakeSwap Notifications'),
body: t(
'You are now susbscribed and will receive alerts and updates on PCS features. If you dont want to receive notifications you can unsubscribe at any time.',
'You are now subscribed and will receive alerts and updates on PCS features. If you dont want to receive notifications you can unsubscribe at any time.',
),
icon: `https://pancakeswap.finance/logo.png`,
type: SubsctiptionType.Alerts,
Expand Down

0 comments on commit 5326795

Please sign in to comment.