Skip to content

Commit aead9e1

Browse files
authored
fix: updated stylings (#913)
* fix: updated words in Network Status * fix: updated styling]
1 parent 0294f2e commit aead9e1

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/components/assets/styles/asset-list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
.column--buttons--native-token {
245245
@media (min-width: $xl) {
246246
display: flex !important;
247+
justify-content: flex-end;
247248
width: 412px;
248249
column-gap: 24px;
249250
}

src/i18n/en-US/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,8 @@ export default {
434434
noTxRecords: "The account doesn't have any transaction records yet",
435435
mintTransferAmount: 'Min. transfer amount is {amount} {symbol}',
436436
howToUsePortal: 'HOW TO USE THE PORTAL',
437-
xcmIsDisabled: 'XCM with {network} is disabled temporarily',
438-
xcmEvmIsDisabled: 'XCM to {network} via EVM wallets is disabled temporarily',
437+
xcmIsDisabled: 'XCM with {network} is temporarily disabled',
438+
xcmEvmIsDisabled: 'XCM to {network} via EVM wallets is temporarily disabled',
439439
},
440440
modals: {
441441
max: 'Max',
@@ -535,7 +535,7 @@ export default {
535535
eta: 'ETA {value}',
536536
},
537537
network: {
538-
networkStatuses: 'Network Statuses',
538+
networkStatuses: 'Network Status',
539539
updatedAgo: 'Updated {time} ago',
540540
xcmDepositWithdrawalAssets: 'XCM Deposit/Withdrawal Assets',
541541
},

0 commit comments

Comments
 (0)