From 52f7dc71e622ae9591ff26ca3c7e0a999bb6d26f Mon Sep 17 00:00:00 2001 From: shortcutme Date: Fri, 5 Oct 2018 15:07:55 +0200 Subject: [PATCH] Fix typo in private key confirmation --- plugins/Sidebar/media/Sidebar.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sidebar/media/Sidebar.coffee b/plugins/Sidebar/media/Sidebar.coffee index 0ddc0800..af2ce3dc 100644 --- a/plugins/Sidebar/media/Sidebar.coffee +++ b/plugins/Sidebar/media/Sidebar.coffee @@ -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) =>