diff --git a/packages/mask/shared-ui/locales/en-US.json b/packages/mask/shared-ui/locales/en-US.json index c3f2ff401e99..f17770319004 100644 --- a/packages/mask/shared-ui/locales/en-US.json +++ b/packages/mask/shared-ui/locales/en-US.json @@ -1,5 +1,5 @@ { - "promote": "🎭 🎭🎭 Tired of plaintext?Try to send encrypted message to you friends. Install Mask.io to send your first encrypted tweet.", + "promote": "🎭🎭🎭 Tired of plaintext?Try to send encrypted message to you friends. Install Mask.io to send your first encrypted tweet.", "promote_red_packet": "🧧🧧🧧 Try sending Lucky Drop to your friends with tokens or NFTs to share the joy now! Install Mask.io to send your first Lucky Drop.", "promote_ito": "Launch decentralized assets freely and participate in token launch directly on Twitter! Install Mask.io to participate in your first token launch activity.", "promote_ito_short": "Install Mask.io to launch dencentralized assests freely on Twitter!", diff --git a/packages/mask/src/plugins/Trader/SNSAdaptor/trending/CoinMarketTable.tsx b/packages/mask/src/plugins/Trader/SNSAdaptor/trending/CoinMarketTable.tsx index fe6d5db63e2e..9c2f7c2babec 100644 --- a/packages/mask/src/plugins/Trader/SNSAdaptor/trending/CoinMarketTable.tsx +++ b/packages/mask/src/plugins/Trader/SNSAdaptor/trending/CoinMarketTable.tsx @@ -46,7 +46,7 @@ export function FungibleCoinMarketTable(props: CoinMarketTableProps) { return ( - + {t('plugin_trader_usdc_price_statistic')} @@ -55,7 +55,7 @@ export function FungibleCoinMarketTable(props: CoinMarketTableProps) { {DataProvider.UNISWAP_INFO !== dataProvider ? ( - + {t('plugin_trader_market_cap')} @@ -67,7 +67,7 @@ export function FungibleCoinMarketTable(props: CoinMarketTableProps) { ) : null} {DataProvider.UNISWAP_INFO !== dataProvider ? ( - + {t('plugin_trader_circulating_supply')} @@ -78,7 +78,7 @@ export function FungibleCoinMarketTable(props: CoinMarketTableProps) { ) : null} - + {t('plugin_trader_volume_24')} @@ -89,7 +89,7 @@ export function FungibleCoinMarketTable(props: CoinMarketTableProps) { {dataProvider !== DataProvider.UNISWAP_INFO ? ( - + {t('plugin_trader_total_supply')} @@ -116,7 +116,7 @@ export function NonFungibleCoinMarketTable(props: CoinMarketTableProps) { return ( - + {t('plugin_trader_market_statistic')} @@ -124,7 +124,7 @@ export function NonFungibleCoinMarketTable(props: CoinMarketTableProps) { - + {t('plugin_trader_floor_price')} @@ -138,7 +138,7 @@ export function NonFungibleCoinMarketTable(props: CoinMarketTableProps) { - + {t('plugin_trader_volume_24')} @@ -152,7 +152,7 @@ export function NonFungibleCoinMarketTable(props: CoinMarketTableProps) { - + {t('plugin_trader_owners_count')} @@ -160,7 +160,7 @@ export function NonFungibleCoinMarketTable(props: CoinMarketTableProps) { {formatInteger(market?.owners_count, '--')} - + {t('plugin_trader_total_assets')}