correct import private key menu label (#122)

only one key can be imported at a time
This commit is contained in:
chaser 2021-10-14 20:54:25 +02:00 committed by GitHub
parent 04174b25db
commit fffd5666f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ class Sidebar extends PureComponent<Props & RouteComponentProps, State> {
history.push(routes.SEND);
});
// Import Private Keys
// Import a Private Key
ipcRenderer.on("import", () => {
this.openImportPrivKeyModal(null);
});