aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-07-12 19:04:07 -0500
committerEv Bogue <ev@evbogue.com>2019-07-12 19:04:07 -0500
commitdc4fc1a48a847d7465fc82376ea33ac370a94b68 (patch)
tree1b9316c66179aa6a4fd8d9e50d083380b8cfda93
parentdd5afcbc03ba86af63b185594ddb1d3f0ee0ac9f (diff)
modify phrasing
-rw-r--r--app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.js b/app.js
index c4d2efd..70cafce 100644
--- a/app.js
+++ b/app.js
@@ -40,7 +40,7 @@ function route (keys) {
]))
- identify.appendChild(h('span', {innerHTML: marked("Next, make sure to save your public/private keypair on the [key](/#key) page, so that you can continue to use the same identity. No one but you access to your private key, so no one can restore your ability to publish under this identity if you lose your keypair.")}))
+ identify.appendChild(h('span', {innerHTML: marked("Next, make sure to save your public/private keypair on the [key](/#key) page, so that you can continue to use the same identity. No one but you can access your private key, so only you can restore your ability to publish to this identity. If you lose your key, you lose your ability to publish to this identity forever.")}))
identify.appendChild(h('span', {innerHTML: marked("Finally, be sure to check out the code on [SourceHut](http://git.sr.ht/~ev/bogbook)")}))