Fix typo in private key confirmation

This commit is contained in:
shortcutme 2018-10-05 15:07:55 +02:00
parent 402e6e7433
commit 52f7dc71e6
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -210,7 +210,7 @@ class Sidebar extends Class
return false
@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
return false
@wrapper.ws.cmd "userSetSitePrivatekey", [""], (res) =>