File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 22 "page-get-eth-article-keeping-crypto-safe" : " The keys to keeping your crypto safe" ,
33 "page-get-eth-article-protecting-yourself" : " Protecting yourself and your funds" ,
44 "page-get-eth-article-store-digital-assets" : " How to store digital assets on Ethereum" ,
5+ "page-get-eth-article-protecting-yourself-desc" : " MyCrypto" ,
6+ "page-get-eth-article-keeping-crypto-safe-desc" : " Coinbase" ,
7+ "page-get-eth-article-store-digital-assets-desc" : " ConsenSys" ,
58 "page-get-eth-cex" : " Centralized exchanges" ,
69 "page-get-eth-cex-desc" : " Exchanges are businesses that let you buy crypto using traditional currencies. They have custody over any ETH you buy until you send it to a wallet you control." ,
710 "page-get-eth-checkout-dapps-btn" : " Check out dapps" ,
Original file line number Diff line number Diff line change @@ -96,17 +96,17 @@ const GetETHPage = ({ data }: PageProps<Queries.GetEthPageQuery>) => {
9696 {
9797 title : t ( "page-get-eth-article-protecting-yourself" ) ,
9898 link : "https://support.mycrypto.com/staying-safe/protecting-yourself-and-your-funds" ,
99- description : "MyCrypto" ,
99+ description : t ( "page-get-eth-article-protecting-yourself-desc" ) ,
100100 } ,
101101 {
102102 title : t ( "page-get-eth-article-keeping-crypto-safe" ) ,
103103 link : "https://blog.coinbase.com/the-keys-to-keeping-your-crypto-safe-96d497cce6cf" ,
104- description : "Coinbase" ,
104+ description : t ( "page-get-eth-article-keeping-crypto-safe-desc" ) ,
105105 } ,
106106 {
107107 title : t ( "page-get-eth-article-store-digital-assets" ) ,
108108 link : "https://media.consensys.net/how-to-store-digital-assets-on-ethereum-a2bfdcf66bd0" ,
109- description : "ConsenSys" ,
109+ description : t ( "page-get-eth-article-store-digital-assets-desc" ) ,
110110 } ,
111111 ]
112112
You can’t perform that action at this time.
0 commit comments