File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import { useSceneScrollHandler } from '../../state/SceneScrollState'
1313import { config } from '../../theme/appConfig'
1414import { useSelector } from '../../types/reactRedux'
1515import type {
16- EdgeTabsSceneProps ,
17- NavigationBase
16+ EdgeTabsSceneProps ,
17+ NavigationBase
1818} from '../../types/routerTypes'
1919import { getUi4ImageUri } from '../../util/CdnUris'
2020import { infoServerData } from '../../util/network'
@@ -25,12 +25,12 @@ import { InfoCardCarousel } from '../cards/InfoCardCarousel'
2525import { MarketsCard } from '../cards/MarketsCard'
2626import { SupportCard } from '../cards/SupportCard'
2727import {
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'
3535import { SceneWrapper } from '../common/SceneWrapper'
3636import { 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 } >
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments