From df58f5065a8fb50ea6e31104ef48b5505dfc8377 Mon Sep 17 00:00:00 2001 From: Kirill Pimenov Date: Thu, 30 Dec 2021 17:34:16 +0100 Subject: [PATCH] Updated a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Well, it is cute in its own way — but we should really try to avoid any typos in that limited text content of BS we have. One silly joke in the domain name should be more than enough. --- src/components/GeneralInfo.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GeneralInfo.vue b/src/components/GeneralInfo.vue index c0880f0..c5aa049 100644 --- a/src/components/GeneralInfo.vue +++ b/src/components/GeneralInfo.vue @@ -8,7 +8,7 @@ Shamir's secret sharing scheme. You can encrypt and split particularly sensitive information so that it's not physically stored in one place — your master - assword, seed phrase, etc. + password, seed phrase, etc.

How does it work?