Skip to content

Commit 79bf676

Browse files
committed
Update spend crypto Home tile copy
1 parent 2cbb1b3 commit 79bf676

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

src/components/scenes/HomeScene.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ import { useSceneScrollHandler } from '../../state/SceneScrollState'
1313
import { config } from '../../theme/appConfig'
1414
import { useSelector } from '../../types/reactRedux'
1515
import type {
16-
EdgeTabsSceneProps,
17-
NavigationBase
16+
EdgeTabsSceneProps,
17+
NavigationBase
1818
} from '../../types/routerTypes'
1919
import { getUi4ImageUri } from '../../util/CdnUris'
2020
import { infoServerData } from '../../util/network'
@@ -25,12 +25,12 @@ import { InfoCardCarousel } from '../cards/InfoCardCarousel'
2525
import { MarketsCard } from '../cards/MarketsCard'
2626
import { SupportCard } from '../cards/SupportCard'
2727
import {
28-
EdgeAnim,
29-
fadeInUp30,
30-
fadeInUp60,
31-
fadeInUp80,
32-
fadeInUp110,
33-
fadeInUp140
28+
EdgeAnim,
29+
fadeInUp30,
30+
fadeInUp60,
31+
fadeInUp80,
32+
fadeInUp110,
33+
fadeInUp140
3434
} from '../common/EdgeAnim'
3535
import { SceneWrapper } from '../common/SceneWrapper'
3636
import { SectionHeader } from '../common/SectionHeader'
@@ -272,7 +272,7 @@ export const HomeScene: React.FC<Props> = props => {
272272
<EdgeAnim enter={fadeInUp30}>
273273
<HomeTileCard
274274
title={lstrings.spend_crypto}
275-
footer={lstrings.spend_crypto_footer}
275+
footer={lstrings.spend_crypto_gift_cards_footer}
276276
gradientBackground={theme.spendCardGradient}
277277
nodeBackground={
278278
<View style={styles.spendBackgroundImageContainer}>

src/locales/en_US.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,8 +2018,8 @@ const strings = {
20182018
swap_crypto: 'Swap Crypto',
20192019
swap_crypto_footer: 'Crypto to another crypto',
20202020
spend_crypto: 'Spend Crypto',
2021-
spend_crypto_footer:
2022-
'Spend crypto to buy gift cards for 100s of stores and restaurants',
2021+
spend_crypto_gift_cards_footer:
2022+
'Buy gift cards with no KYC from 1,000+ merchants',
20232023
fio_web3: 'Web3 Handle',
20242024
fio_web3_footer: 'Manage your handles and domains',
20252025
title_home: 'Home',

src/locales/strings/enUS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@
15451545
"swap_crypto": "Swap Crypto",
15461546
"swap_crypto_footer": "Crypto to another crypto",
15471547
"spend_crypto": "Spend Crypto",
1548-
"spend_crypto_footer": "Spend crypto to buy gift cards for 100s of stores and restaurants",
1548+
"spend_crypto_gift_cards_footer": "Buy gift cards with no KYC from 1,000+ merchants",
15491549
"fio_web3": "Web3 Handle",
15501550
"fio_web3_footer": "Manage your handles and domains",
15511551
"title_home": "Home",

0 commit comments

Comments
 (0)