From 82f6843b6a85300a8a6de0709cb14b6f6f659481 Mon Sep 17 00:00:00 2001 From: impelcrypto Date: Thu, 31 Aug 2023 12:03:32 +0800 Subject: [PATCH 1/2] fix: updated words in Network Status --- src/i18n/en-US/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index b2f75310c..4dcf8aaad 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -434,8 +434,8 @@ export default { noTxRecords: "The account doesn't have any transaction records yet", mintTransferAmount: 'Min. transfer amount is {amount} {symbol}', howToUsePortal: 'HOW TO USE THE PORTAL', - xcmIsDisabled: 'XCM with {network} is disabled temporarily', - xcmEvmIsDisabled: 'XCM to {network} via EVM wallets is disabled temporarily', + xcmIsDisabled: 'XCM with {network} is temporarily disabled', + xcmEvmIsDisabled: 'XCM to {network} via EVM wallets is temporarily disabled', }, modals: { max: 'Max', @@ -535,7 +535,7 @@ export default { eta: 'ETA {value}', }, network: { - networkStatuses: 'Network Statuses', + networkStatuses: 'Network Status', updatedAgo: 'Updated {time} ago', xcmDepositWithdrawalAssets: 'XCM Deposit/Withdrawal Assets', }, From 565d70cfb1a1c84d36eb892dacd526cf56675eb9 Mon Sep 17 00:00:00 2001 From: impelcrypto Date: Thu, 31 Aug 2023 12:29:25 +0800 Subject: [PATCH 2/2] fix: updated styling] --- src/components/assets/styles/asset-list.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/assets/styles/asset-list.scss b/src/components/assets/styles/asset-list.scss index 9fe28f708..3457c06b0 100644 --- a/src/components/assets/styles/asset-list.scss +++ b/src/components/assets/styles/asset-list.scss @@ -244,6 +244,7 @@ .column--buttons--native-token { @media (min-width: $xl) { display: flex !important; + justify-content: flex-end; width: 412px; column-gap: 24px; }