Fix typo in private key confirmation
This commit is contained in:
parent
402e6e7433
commit
52f7dc71e6
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class Sidebar extends Class
|
||||||
return false
|
return false
|
||||||
|
|
||||||
@tag.find("#privatekey-forgot").off("click, touchend").on "click touchend", (e) =>
|
@tag.find("#privatekey-forgot").off("click, touchend").on "click touchend", (e) =>
|
||||||
@wrapper.displayConfirm "Remove saved prive key for this site?", "Forgot", (res) =>
|
@wrapper.displayConfirm "Remove saved private key for this site?", "Forgot", (res) =>
|
||||||
if not res
|
if not res
|
||||||
return false
|
return false
|
||||||
@wrapper.ws.cmd "userSetSitePrivatekey", [""], (res) =>
|
@wrapper.ws.cmd "userSetSitePrivatekey", [""], (res) =>
|
||||||
|
|
Loading…
Reference in a new issue