Skip to content

Commit

Permalink
fix: (Delete) update trqanslation
Browse files Browse the repository at this point in the history
  • Loading branch information
frichards committed Dec 18, 2024
1 parent 21d9e11 commit 8aadbbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/localization/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Wallet/DeleteAccounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function DeleteAccount() {
)
)}

{action.displayData.accounts.imported.length && (
{!!action.displayData.accounts.imported.length && (
<Stack sx={{ mt: 1 }}>
{action.displayData.accounts.imported.map((importedAccount) => (
<Stack key={importedAccount.id}>
Expand Down

0 comments on commit 8aadbbd

Please sign in to comment.