Skip to content

Commit

Permalink
swapped :"Remove account" -> "Disconnect the Wallet"
Browse files Browse the repository at this point in the history
  • Loading branch information
AdarshRawat1 committed Dec 3, 2023
1 parent 5da5690 commit efe64a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/screens/Accounts/Detail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ function AccountDetail() {
name: account.name,
});
}}
label={t("actions.remove_account")}
label={t("actions.disconnect_wallet")}
fullWidth
/>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,8 @@
}
},
"remove": {
"title": "Remove This Account",
"subtitle": "Removes all allowances, payment data and keys associated with this account.",
"title": "Disconnect This Wallet",
"subtitle": "All the linked allowances will be deleted. Please be certain.",
"confirm": "Please enter the name of the account to confirm the deletion of your account:\n\n{{ name }}\n\n ⚠️ All associated keys (Master Key, Nostr, etc) will be deleted if you continue. Please make sure you have backed them up, there is no other way to restore them.",
"error": "The entered account name didn't match."
},
Expand All @@ -473,7 +473,7 @@
"success": "Successfully removed the Master Key."
},
"actions": {
"remove_account": "Remove account",
"disconnect_wallet": "Disconnect Wallet",
"remove_secretkey": "Remove Master Key",
"export": "Export"
}
Expand Down

0 comments on commit efe64a2

Please sign in to comment.