diff --git a/src/localization/locales/en/translation.json b/src/localization/locales/en/translation.json index 623de131..d870ef52 100644 --- a/src/localization/locales/en/translation.json +++ b/src/localization/locales/en/translation.json @@ -19,8 +19,10 @@ "Account Details": "Account Details", "Account not found": "Account not found", "Account renamed": "Account renamed", + "Account to be Removed": "Account to be Removed", "Account to rename": "Account to rename", "Account(s) removal has failed!": "Account(s) removal has failed!", + "Accounts to be Removed": "Accounts to be Removed", "Action Details": "Action Details", "Action was not approved. Please try again.": "Action was not approved. Please try again.", "Actions": "Actions", @@ -357,6 +359,9 @@ "Forum": "Forum", "French": "French", "From": "From", + "From Fireblocks": "From Fireblocks", + "From Private Key": "From Private Key", + "From Wallet Connect": "From Wallet Connect", "From {{start}} to {{end}}": "From {{start}} to {{end}}", "From:": "From:", "Gas Limit": "Gas Limit", @@ -684,10 +689,13 @@ "Reject Transaction": "Reject Transaction", "Remove": "Remove", "Remove Account": "Remove Account", + "Remove Account?": "Remove Account?", + "Remove Accounts?": "Remove Accounts?", "Remove Authenticator?": "Remove Authenticator?", "Remove Subnet Validator": "Remove Subnet Validator", "Remove This Method?": "Remove This Method?", "Removing the account will delete all local account information stored on this computer. Your assets on chain will remain on chain.": "Removing the account will delete all local account information stored on this computer. Your assets on chain will remain on chain.", + "Removing the account will delete all local account information stored on this computer. Your assets on chain will remain on chain.": "Removing the account will delete all local account information stored on this computer. Your assets on chain will remain on chain.", "Removing the accounts will delete all local accounts information stored on this computer. Your assets on chain will remain on chain.": "Removing the accounts will delete all local accounts information stored on this computer. Your assets on chain will remain on chain.", "Removing the last account is not possible.": "Removing the last account is not possible.", "Rename": "Rename", diff --git a/src/pages/Wallet/DeleteAccounts.tsx b/src/pages/Wallet/DeleteAccounts.tsx index d2697d25..2bd2d9ac 100644 --- a/src/pages/Wallet/DeleteAccounts.tsx +++ b/src/pages/Wallet/DeleteAccounts.tsx @@ -125,7 +125,7 @@ export function DeleteAccount() { ) )} - {action.displayData.accounts.imported.length && ( + {!!action.displayData.accounts.imported.length && ( {action.displayData.accounts.imported.map((importedAccount) => (