Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmourey26 authored Apr 4, 2024
1 parent 62f214f commit 377dc9c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/About/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const MAIN_CARDS = [
{
to: '/swap',
title: 'Swap tokens',
description: 'Buy, sell, and explore tokens on Ethereum, Polygon, Optimism, and more.',
description: 'Help us turn this demo into reality! Buy our token to help deploy our smart contracts!',
cta: 'Trade Tokens',
darkBackgroundImgSrc: swapCardImgSrc,
lightBackgroundImgSrc: swapCardImgSrc,
Expand Down
2 changes: 1 addition & 1 deletion src/components/AccountDrawer/MiniPortfolio/Pools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { useFeeValues } from './hooks'
import useMultiChainPositions from './useMultiChainPositions'

/**
* Takes an array of PositionInfo objects (format used by the Uniswap Labs gql API).
* Takes an array of PositionInfo objects (format used by the DeFi ONE gql API).
* The hook access PositionInfo.details (format used by the NFT position contract),
* filters the PositionDetails data for malicious content,
* and then returns the original data in its original format.
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConnectedAccountBlocked/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function ConnectedAccountBlocked(props: ConnectedAccountBlockedPr
{props.account}
</ThemedText.DeprecatedDarkGray>
<ThemedText.DeprecatedMain fontSize={14} marginBottom={12}>
<Trans>This address is blocked on the Uniswap Labs interface because it is associated with one or more</Trans>{' '}
<Trans>This address is blocked on the DeFi ONE interface because it is associated with one or more</Trans>{' '}
<ExternalLink href="https://help.uniswap.org/en/articles/6149816">
<Trans>blocked activities</Trans>
</ExternalLink>
Expand Down
2 changes: 1 addition & 1 deletion src/components/PrivacyPolicy/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const StyledLinkOut = styled(ArrowDown)`
const EXTERNAL_APIS = [
{
name: 'Auto Router',
description: <Trans>The app fetches the optimal trade route from a Uniswap Labs server.</Trans>,
description: <Trans>The app fetches the optimal trade route from a DeFi ONE server.</Trans>,
},
{
name: 'Infura',
Expand Down
2 changes: 1 addition & 1 deletion src/components/Settings/RouterPreferenceSettings/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default function RouterPreferenceSettings() {
<Trans>Uniswap API</Trans>
</ThemedText.BodyPrimary>
<ThemedText.Caption color="textSecondary">
<Trans>Finds the best route on the DeFi One using the Uniswap Labs Routing API.</Trans>
<Trans>Finds the best route on the DeFi One using the DeFi ONE Routing API.</Trans>
</ThemedText.Caption>
</Column>
</Preference>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -348,17 +348,17 @@ export default function Landing() {
<ContentContainer isDarkMode={isDarkMode}>
<TitleText isDarkMode={isDarkMode}>
{shouldDisableNFTRoutes ? (
<Trans>Trade crypto with confidence</Trans>
<Trans>Help deploy our smart contracts!</Trans>
) : (
<Trans>DeFi ONE by Quantum One DAO </Trans>
)}
</TitleText>
<SubTextContainer>
<SubText>
{shouldDisableNFTRoutes ? (
<Trans>Buy, sell, and explore tokens</Trans>
<Trans>Help finish this app - buy our token! </Trans>
) : (
<Trans>Buy, sell, and explore tokens and NFTs</Trans>
<Trans>Help turn this demo into reality by purchasing our token!</Trans>
)}
</SubText>
</SubTextContainer>
Expand Down

0 comments on commit 377dc9c

Please sign in to comment.